Watch
1
0
Fork
You've already forked artbots
0
mirror of https://github.com/rheaplex/artbots.git synced 2026-09-16 16:31:52 +00:00
No description
  • JavaScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2014-08-26 22:58:20 -07:00
bin Working nicely. 2014-02-24 19:03:18 -08:00
grammars Running hourly functions on Twitter and GNU social nicely. 2014-01-28 18:26:41 -08:00
lib Working nicely. 2014-02-24 19:03:18 -08:00
.gitignore Running hourly functions on Twitter and GNU social nicely. 2014-01-28 18:26:41 -08:00
COPYING Add license file. 2014-08-26 22:58:20 -07:00
package.json Running hourly functions on Twitter and GNU social nicely. 2014-01-28 18:26:41 -08:00
README Initial port of grammars with web pages to test. 2014-01-21 22:40:48 -08:00


* Grammar Implementation Notes

The grammars have been ported from the Python version of the Lisp originals.

Optional elements have been implemented using <optional-*> rules, which expand to <nothing> if they should not return anything. <nothing> expands to "".

This is more verbose than allowing inline probabilities would be, but works well with the RiTa Grammar system.