neogeny / TatSu
竜 TatSu generates Python parsers from grammars in a variation of EBNF
☆413Updated this week
Alternatives and similar repositories for TatSu:
Users that are interested in TatSu are comparing it to the libraries listed below
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆272Updated 2 months ago
- Experiments for the official PEG parser generator for Python☆277Updated 9 months ago
- PEG parser generator for Python☆163Updated last month
- Easy and elegant parser combinators for Python. With awesome docs.☆377Updated 8 months ago
- Python AST read/write☆831Updated last week
- Python module to modify bytecode☆303Updated this week
- Bottom-up approach to refactoring in python☆702Updated 2 years ago
- A universal Python parser combinator library inspired by Parsec library of Haskell.☆216Updated 7 months ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆381Updated last year
- Runtime inspection utilities for Python typing module☆352Updated 5 months ago
- Recursive descent parsing library for Python based on functional combinators☆349Updated 8 months ago
- An AST unparser for Python☆227Updated last year
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/