rrozansk / SPaG
A compiler to translate regular expressions (regular grammars) and LL1 BNF languages (subset of context free grammars) to generated scanners and/or parsers.
☆8Updated 5 years ago
Alternatives and similar repositories for SPaG:
Users that are interested in SPaG are comparing it to the libraries listed below
- A numerical code generator☆20Updated 11 years ago
- Python AST interpreter (aka tree-walking interpreter) in Python. Aka meta-circular interpreter.☆15Updated 4 years ago
- Cython wrappers for Google's sparsehash library, and the murmur hash functions☆17Updated 10 years ago
- Human-oriented abstract syntax tree (AST) parser/unparser for Python 3 that doesn't discard comments.☆16Updated 5 years ago
- GrapghQL for Python in an OOP way☆15Updated 4 years ago
- A pytest plugin that allows for the testing of C extension modules for Python, specifically created through cython