Packrat parser interpreter


Keywords
parser, PEG, packrat, library, interpreter, parsing, parsing-expression-grammar, python
License
MIT
Install
pip install Arpeggio==2.0.2

Documentation

PyPI Version Build status Coverage Status Documentation

Arpeggio is a recursive descent parser with memoization based on PEG grammars (aka Packrat parser).

Documentation with tutorials is available here.

Note: for a higher level parsing/language tool (i.e., a nicer interface to Arpeggio) see textX.