COMMITS
/ Tools/peg_generator/pegen/grammar.py September 22, 2023
P
gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (#109606)
Pablo Galindo Salgado committed
September 8, 2023
August 29, 2023
N
gh-108455: peg generator: Use `strict_optional=True` for `grammar_parser` (#108629)
Nikita Sobolev committed
June 22, 2022
V
gh-84623: Remove unused imports (#94132)
Victor Stinner committed
September 5, 2021
P
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
Pablo Galindo Salgado committed
February 2, 2021
P
bpo-42997: Improve error message for missing : before suites (GH-24292)
Pablo Galindo committed
September 16, 2020
P
bpo-41746: Add type information to asdl_seq objects (GH-22223)
Pablo Galindo committed
May 4, 2020
A
Clean up unused imports for the peg generator module (GH-19891)
Anthony Shaw committed
April 22, 2020
P
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Pablo Galindo committed