A fast pure-Python PEG parser
Parsimonious aims to be the fastest arbitrary-lookahead parser written in pure Python, and the most usable. It's based on parsing expression grammars (PEGs), which means you feed it a simplified sort of EBNF notation. Parsimonious was designed to undergird a MediaWiki parser that wouldn't take 5 seconds or a GB of RAM to do one page, but it's applicable to all sorts of languages.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.10.0-2.fc38 | - |
Fedora 38 | 0.10.0-2.fc38 | - |
Fedora 37 | 0.9.0-1.fc37 | - |
You can contact the maintainers of this package via email at
python-parsimonious dash maintainers at fedoraproject dot org
.