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
Aug 2, 2024 at 00:59
License
MIT
Supported Platforms
Unsupported Platforms
GitHub Repository
https://github.com/we-like-parsers/pegenDocumentation
https://we-like-parsers.github.io/pegen/