summaryrefslogtreecommitdiff
path: root/Tools/peg_generator/pegen/__main__.py
Commit message (Expand)AuthorAgeFilesLines
* Extract visitors from the grammar nodes and call makers in the peg generator ...Pablo Galindo Salgado2021-09-051-2/+1
* Update pegen to use the latest upstream developments (GH-27586)Pablo Galindo Salgado2021-08-121-2/+6
* Add small validator utility for PEG grammars (GH-23519)Pablo Galindo2020-12-261-0/+3
* bpo-40334: Refactor peg_generator to receive a Tokens file when building c co...Pablo Galindo2020-04-281-41/+86
* bpo-40334: Allow to run make regen-pegen without distutils (GH-19684)Pablo Galindo2020-04-241-5/+6
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+136