swayf / grako
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 11 years ago
Related projects ⓘ
Alternatives and complementary repositories for grako
- A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/☆136Updated 2 months ago
- Yet another PEG parser combinator library and DSL☆57Updated last year
- Sum Types, aka Tagged Unions, for Python☆42Updated 2 years ago
- ☆288Updated 10 months ago
- Python subsets☆41Updated 7 years ago
- ☆72Updated 3 years ago
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆49Updated 2 months ago
- A module for handling continuations in Python☆33Updated 8 years ago
- A small and compact Python 3 library to enable syntactic macros at importing time☆20Updated 9 years ago
- PEG parser generator for Python☆160Updated last month
- How to implement trampolines for tail calls in Python☆31Updated 10 years ago
- Python 3 AST unparser with type comments support.☆29Updated 5 years ago
- metaprogramming for don't-repeat-yourself Python☆22Updated 5 years ago
- Python to C99/OpenCL/JS compiler☆64Updated 8 years ago
- ☆58Updated 10 years ago
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆33Updated 6 years ago
- Fastest general-purpose parsing library for Python with a familiar API☆43Updated 2 months ago
- A small python based build file generator targetting the build system ninja☆46Updated 7 years ago
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆408Updated last week
- Parse protocols, without any I/O☆46Updated 7 years ago
- an attempt to implement miniKanren and microKanren in Python☆53Updated 10 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated last year
- 301 moved permanently https://github.com/python-parsy/parsy☆42Updated 7 years ago
- ☆81Updated 2 months ago
- The easiest way to parse text in Python☆101Updated this week
- Cython PyParsing implementation.☆30Updated last month
- A fragmentary bidirectional type system as a Python library☆52Updated 6 years ago
- Supercharge your Python with parts of Lisp and Haskell.☆91Updated last month
- Tools for rapid prototyping of DSL compilers☆83Updated 3 years ago