summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_peg_generator/test_pegen.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fi...Pablo Galindo Salgado2023-10-021-0/+9
* [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...Miss Islington (bot)2023-07-051-1/+1
* bpo-45204: Reduce verbosity of test_peg_generator (GH-28360)Pablo Galindo Salgado2021-09-151-10/+10
* Extract visitors from the grammar nodes and call makers in the peg generator ...Pablo Galindo Salgado2021-09-051-8/+8
* Update pegen to use the latest upstream developments (GH-27586)Pablo Galindo Salgado2021-08-121-160/+478
* Fix 'gather' rules in the python parser generator (GH-22021)Pablo Galindo2020-09-031-1/+15
* bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995)Batuhan Taskaya2020-06-201-0/+8
* bpo-40334: Avoid collisions between parser variables and grammar variables (G...Pablo Galindo2020-05-101-0/+27
* bpo-40334: Suppress all output in test_peg_generator (GH-19675)Lysandros Nikolaou2020-04-231-4/+1
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+728