8000 GitHub - andr-dots/Arpeggio: Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from textX/Arpeggio

Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/

License

Notifications You must be signed in to change notification settings

andr-dots/Arpeggio

 
 

Repository files navigation

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.

About

Parser interpreter based on PEG grammars written in Python http://textx.github.io/Arpeggio/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • Shell 0.6%
0