summaryrefslogtreecommitdiffstats
path: root/Tools/peg_generator/pegen/python_generator.py
Commit message (Expand)AuthorAgeFilesLines
* Extract visitors from the grammar nodes and call makers in the peg generator ...Pablo Galindo Salgado2021-09-051-22/+11
* Update pegen to use the latest upstream developments (GH-27586)Pablo Galindo Salgado2021-08-121-25/+143
* bpo-38605: Revert making 'from __future__ import annotations' the default (GH...Pablo Galindo2021-04-211-1/+1
* Remove unnecessary imports in the grammar parser (GH-24904)Elisha Hollander2021-03-171-4/+1
* Fix 'gather' rules in the python parser generator (GH-22021)Pablo Galindo2020-09-031-0/+3
* bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)Batuhan Taskaya2020-06-201-1/+7
* bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)Pablo Galindo2020-05-011-2/+8
* bpo-40334: refactor and cleanup for the PEG generators (GH-19775)Pablo Galindo2020-04-291-33/+35
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+224