COMMITS
/ Tools/peg_generator/pegen/parser_generator.py September 3, 2025
S
gh-138281: Run `ruff` on `Tools/peg_generator` (#138282)
sobolevn committed
August 31, 2025
C
gh-138279: Remove unused attr in RuleCollectorVisitor in parser_generator.py (#138280)
chemelnucfin committed
August 30, 2025
C
gh-138257: Fix internal `RuleCollectorVisitor` attribute name (#138208)
chemelnucfin committed
July 19, 2025
C
parser_generator.py typo - keywods -> keywords (#135014)
chemelnucfin committed
May 8, 2025
A
gh-133555: Allow regenerating the parser with Python < 3.14 (#133557)
Alex Prengère committed
December 15, 2024
P
gh-125588: Allow to regenerate the parser with Python < 3.12 (#127969)
Pablo Galindo Salgado committed
October 3, 2024
E
gh-124889: Remove redundant artificial rules in PEG parser (#124893)
efimov-mikhail committed
June 19, 2024
Y
Fix types in pegen parser generator (GH-120720)
yf-yang committed
May 28, 2024
X
Fix typos in comments (#119645)
Xie Yanbo committed
June 1, 2023
L
gh-105191: Cleanup peg generator; keep only necessary files (#105197)
Lysandros Nikolaou committed
September 5, 2021
P
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
Pablo Galindo Salgado committed
August 12, 2021
P
Update pegen to use the latest upstream developments (GH-27586)
Pablo Galindo Salgado committed
May 21, 2020
P
Fix typing problems reported by mypy in pegen (GH-20297)
Pablo Galindo committed
May 10, 2020
P
bpo-40334: Avoid collisions between parser variables and grammar variables (GH-19987)
Pablo Galindo committed
May 1, 2020
P
bpo-40334: use the TOKENS file when checking dangling rules (GH-19849)
Pablo Galindo committed
P
bpo-40334: Simplify type handling in the PEG c_generator (GH-19818)
Pablo Galindo committed
April 29, 2020
P
bpo-40334: refactor and cleanup for the PEG generators (GH-19775)
Pablo Galindo committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed