YuukanOO / Arpeggio

Parser interpreter based on PEG grammars written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Arpeggio - PEG parser

PyPI Version license build-status Documentation Status

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.

About

Parser interpreter based on PEG grammars written in Python

License:Other


Languages

Language:Python 99.6%Language:Shell 0.4%