neogeny / TatSu
竜 TatSu generates Python parsers from grammars in a variation of EBNF
☆422Updated last 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 6 months ago
- Easy and elegant parser combinators for Python. With awesome docs.☆387Updated 3 months ago
- Experiments for the official PEG parser generator for Python☆280Updated last year
- PEG parser generator for Python☆173Updated 5 months ago
- Domain-Specific Languages and parsers in Python made easy http://textx.github.io/textX/☆796Updated 6 months ago
- Sly Lex Yacc☆843Updated 11 months ago
- Python module to modify bytecode☆311Updated this week
- The fastest pure-Python PEG parser I can muster☆1,869Updated 3 months ago
- Python AST read/write☆840Updated 3 months ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆382Updated 2 years ago
- A Python Parser☆637Updated last month
- List of languages that compile to python☆265Updated last year
- Recursive descent parsing library for Python based on functional combinators☆351Updated last year
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆140Updated 7 months ago
- Design-by-contract in Python3 with informative violation messages and inheritance☆363Updated 7 months ago
- ☆285Updated last year
- An AST unparser for Python☆227Updated last year
- Bottom-up approach to refactoring in python☆707Updated 3 years ago
- A pure-Python, bring-your-own-I/O implementation of HTTP/1.1☆511Updated last week
- An argparse wrapper that doesn't make you say "argh" each time you deal with it.☆375Updated 8 months ago
- A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python☆341Updated 2 years ago
- Tail Call Optimization for Python☆240Updated 8 years ago
- Powerful Python library for atomic file writes.☆316Updated 2 years ago
- A list-like type with better asymptotic performance and similar performance on small lists☆314Updated 2 years ago
- Runtime inspection utilities for Python typing module