cfgrammar-tool
cfgrammar-tool copied to clipboard
Work with context-free grammars. Parsing, string generation, and manipulation.
Results
2
cfgrammar-tool issues
Sort by
recently updated
recently updated
newest added
e.g. enter `S -> A`. "Verify" says "A" is in the language of the grammar, but because test cases get lowercased, "A" will not match in the box. Preferred solution...
[Treefuzz](https://github.com/bakkot/treefuzz) implements the algorithm [used in this project](https://github.com/bakkot/cfgrammar-tool/blob/master/generate.js), but generalizes it and is cleaner.