swayf / grakoLinks
Grako (for grammar compiler) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers in Python. Forked from:
☆34Updated 12 years ago
Alternatives and similar repositories for grako
Users that are interested in grako are comparing it to the libraries listed below
Sorting:
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆145Updated last week
- ☆285Updated 2 years ago
- ☆71Updated 4 years ago
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆284Updated 2 weeks ago
- Recursive descent parsing library for Python based on functional combinators☆356Updated last year
- Python Parser☆122Updated last month
- A small and compact Python 3 library to enable syntactic macros at importing time☆22Updated 10 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆49Updated 6 months ago
- ☆85Updated last month
- Python Meta Programming☆147Updated 3 years ago
- Generic programming library for Python☆61Updated 2 weeks ago
- An IPython notebook plugin for visualizing ASTs.☆108Updated last year
- A list of Python parsing tools☆117Updated 5 years ago
- PEG parser generator for Python☆193Updated last year
- Yet Another Python Parser System☆51Updated 6 years ago
- Python 3 AST unparser with type comments support.☆31Updated 6 years ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆436Updated this week
- ☆608Updated 8 years ago
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 14 years ago
- The easiest way to parse text in Python☆110Updated 2 months ago
- metaprogramming for don't-repeat-yourself Python☆28Updated 6 years ago
- An experiment to use infix operators in Python☆57Updated 7 years ago
- Python polymorphic functions done right☆18Updated 6 years ago
- Python pattern matching like functional languages.☆160Updated 4 years ago
- Advanced macro expander and language lab for Python.☆70Updated 8 months ago
- Easy and elegant parser combinators for Python. With awesome docs.☆422Updated 4 months ago
- Domain Specific Languages in Python☆97Updated 2 years ago
- automatic persistence for Python objects☆47Updated last month
- A library for pattern matching on symbolic expressions in Python.☆171Updated last year
- Pyrolog: A Prolog interpreter written in Python using the PyPy translator toolchain. Clone of https://bitbucket.org/cfbolz/pyrolog☆24Updated 11 years ago