python3-pegen
CPython's PEG parser generator
Description
Pegen is the parser generator used in CPython to produce the parser used by the interpreter. It allows one to produce PEG parsers from a description of a formal Grammar. Pegen exists to distribute a version of the Python PEG parser generator used by CPython that can be installed as package, with some improvements. Although the official PEG generator included in CPython can generate both Python and C code, this distribution of the generator only allows one to generate Python code. This is due to the fact that the C code generated by the generator included in CPython includes a lot of implementation details and private headers that are not available for general usage. This package contains the Python 3 version of Pegen.Upload more screenshots
Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.
Upload a screenshotHint: upload an image here from your clipboard with Ctrl-V
Homepage
https://github.com/we-like-parsers/pegen/
Install this software package
If the package is available for the distribution you are currently using on your computer then install the software by clicking on…
Install python3-pegen