To install this package run one of the following: conda install main::pegen
Description
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.