mirror of
https://github.com/rheaplex/artbots.git
synced 2026-09-16 16:31:52 +00:00
No description
- JavaScript 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| bin | ||
| grammars | ||
| lib | ||
| .gitignore | ||
| COPYING | ||
| package.json | ||
| README | ||
* 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.