igordejanovic / parglareLinks
A pure Python LR/GLR parser - http://www.igordejanovic.net/parglare/
☆145Updated this week
Alternatives and similar repositories for parglare
Users that are interested in parglare are comparing it to the libraries listed below
Sorting:
- Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/☆284Updated last month
- A pure-Python module that implements an LR(1) parser generator, as well as CFSM and GLR parser drivers.☆51Updated last year
- PEG parser generator for Python☆194Updated last year
- Recursive descent parsing library for Python based on functional combinators☆356Updated last year
- Grako (for grammar compiler) is a tool that takes grammars in a variation of EBNF as input, and outputs memoizing (Packrat) PEG parsers i…☆34Updated 12 years ago
- Tools for rapid prototyping of DSL compilers☆90Updated 3 weeks ago
- An IPython notebook plugin for visualizing ASTs.☆108Updated last year
- 竜 TatSu generates Python parsers from grammars in a variation of EBNF☆437Updated this week
- Fastest general-purpose parsing library for Python with a familiar API☆49Updated 7 months ago
- Python Parser☆122Updated 2 months ago
- Python AST that abstracts the underlying Python version☆145Updated 2 months ago
- LLVM compiler for python based on py2llvm☆136Updated 10 years ago
- Experiments for the official PEG parser generator for Python☆282Updated last year
- A Scannerless GLR parser/parser generater.☆114Updated last week
- A small and compact Python 3 library to enable syntactic macros at importing time☆22Updated 10 years ago
- ☆285Updated 2 years ago
- ☆71Updated 4 years ago
- Yet another PEG parser combinator library and DSL☆56Updated 2 years ago
- C Python, made faster.☆343Updated 10 years ago
- Self-compiling compiler of a Python subset. Just enough Python to Python in Python.☆46Updated 2 years ago
- ☆71Updated 3 weeks ago
- Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance☆51Updated 6 months ago
- Standalone ASDL parser for upstream CPython 3.x☆62Updated 7 years ago
- An attempt to port David Beazley's PLY to RPython, and give it a cooler API.☆391Updated 3 years ago
- Retrospective of Python compilation efforts☆65Updated 3 years ago
- Advanced macro expander and language lab for Python.☆70Updated 9 months ago
- Python module to modify bytecode☆326Updated last month
- A minimal Python interpreter in Python with runtime AST definition and edit-and-continue☆34Updated 7 years ago
- A python parser that builds python ASTs in 502 lines of python without using modules☆61Updated 7 years ago
- An Earley-Algorithm Context-free grammar Parser Toolkit☆49Updated last year