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/☆142Updated 10 months ago
- Fastest general-purpose parsing library for Python with a familiar API☆45Updated 3 weeks ago
- Generic programming library for Python☆61Updated this week
- Yet Another Python Parser System☆49Updated 5 years ago
- ☆285Updated last year
- Noncanonical (but only existing) repo for the pijnu PEG parser☆24Updated 13 years ago
- Python Parser☆121Updated last year
- Python Meta Programming☆145Updated 2 years ago
- An IPython notebook plugin for visualizing ASTs.☆105Updated 6 months ago
- ☆81Updated 4 months ago
- 301 moved permanently https://github.com/python-parsy/parsy☆42Updated 7 years ago
- Sum Types, aka Tagged Unions, for Python☆44Updated 3 years ago
- A small and compact Python 3 library to enable syntactic macros at importing time☆22Updated 9 years ago
- Scala-like functional pattern matching in Python☆33Updated 12 years ago
- Python polymorphic functions done right☆18Updated 6 years ago
- ☆71Updated 4 years ago
- Recursive descent parsing library for Python based on functional combinators☆354Updated last year
- A list of Python parsing tools☆117Updated 5 years ago
- A library for tracking program state☆15Updated 9 years ago
- face Python bytecode metaprogramming API fork☆71Updated 4 years ago
- A module for handling continuations in Python☆32Updated 8 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- Python 3 AST unparser with type comments support.☆30Updated 5 years ago
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆277Updated 8 months ago
- ☆72Updated 2 years ago
- Functional-style recursive pattern matching in Python. Crazy stuff.☆29Updated 9 years ago
- Cython PyParsing implementation.☆30Updated 8 months ago
- Yet another PEG parser combinator library and DSL☆56Updated last year
- Script and config file that creates python stub (.pyi) files☆32Updated 3 years ago
- How to implement trampolines for tail calls in Python☆32Updated 11 years ago