Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gh-105191: Cleanup peg generator; keep only necessary files (#105197) | Lysandros Nikolaou | 2023-06-01 |
| | |||
* | Extract visitors from the grammar nodes and call makers in the peg generator ↵ | Pablo Galindo Salgado | 2021-09-05 |
| | | | | | (GH-28172) Simplify the peg generator logic by extracting as much visitors as possible to disentangle the flow and separate concerns. | ||
* | Clean up unused imports for the peg generator module (GH-19891) | Anthony Shaw | 2020-05-04 |
| | |||
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 |
Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> |