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 | -21/+187 |
* | Update pegen to use the latest upstream developments (GH-27586) | Pablo Galindo Salgado | 2021-08-12 | 1 | -16/+24 |
* | Fix typing problems reported by mypy in pegen (GH-20297) | Pablo Galindo | 2020-05-21 | 1 | -2/+2 |
* | bpo-40334: Avoid collisions between parser variables and grammar variables (G... | Pablo Galindo | 2020-05-09 | 1 | -0/+11 |
* | bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) | Pablo Galindo | 2020-05-01 | 1 | -5/+6 |
* | bpo-40334: Simplify type handling in the PEG c_generator (GH-19818) | Pablo Galindo | 2020-05-01 | 1 | -2/+2 |
* | bpo-40334: refactor and cleanup for the PEG generators (GH-19775) | Pablo Galindo | 2020-04-29 | 1 | -16/+25 |
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+188 |