Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract visitors from the grammar nodes and call makers in the peg generator ... | Pablo Galindo Salgado | 2021-09-05 | 1 | -22/+11 |
* | Update pegen to use the latest upstream developments (GH-27586) | Pablo Galindo Salgado | 2021-08-12 | 1 | -25/+143 |
* | bpo-38605: Revert making 'from __future__ import annotations' the default (GH... | Pablo Galindo | 2021-04-21 | 1 | -1/+1 |
* | Remove unnecessary imports in the grammar parser (GH-24904) | Elisha Hollander | 2021-03-17 | 1 | -4/+1 |
* | Fix 'gather' rules in the python parser generator (GH-22021) | Pablo Galindo | 2020-09-03 | 1 | -0/+3 |
* | bpo-41044: Generate valid PEG python parsers for opt+seq rules (GH-20995) | Batuhan Taskaya | 2020-06-20 | 1 | -1/+7 |
* | bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) | Pablo Galindo | 2020-05-01 | 1 | -2/+8 |
* | bpo-40334: refactor and cleanup for the PEG generators (GH-19775) | Pablo Galindo | 2020-04-29 | 1 | -33/+35 |
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+224 |