summaryrefslogtreecommitdiffstats
path: root/Tools/peg_generator/pegen/parser.py
Commit message (Collapse)AuthorAgeFilesLines
* [Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739)Ikko Ashimine2021-10-051-1/+1
|
* Update pegen to use the latest upstream developments (GH-27586)Pablo Galindo Salgado2021-08-121-30/+54
|
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+310
Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>