pegen
CPython's PEG parser generator
CPython's PEG parser generator
To install this package, run one of the following:
Pegen is the parser generator used in CPython to produce the parser used by the interpreter. It allows to produce PEG parsers from a description of a formal Grammar.
Summary
CPython's PEG parser generator
Last Updated
Mar 31, 2025 at 23:11
License
MIT
Total Downloads
6
Version Downloads
3
Supported Platforms
GitHub Repository
https://github.com/we-like-parsers/pegenDocumentation
https://we-like-parsers.github.io/pegen/