Project: arpeggio

Packrat parser interpreter

Project Details

Latest version
2.0.2
Home Page
https://github.com/textX/Arpeggio
PyPI Page
https://pypi.org/project/arpeggio/

Project Popularity

PageRank
0.0017494975035059425
Number of downloads
342357

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.