Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-46576: Speed up test_peg_generator by using a static library for shared s... | Jeremy Kloth | 2022-04-06 | 1 | -3/+10 |
* | Extract visitors from the grammar nodes and call makers in the peg generator ... | Pablo Galindo Salgado | 2021-09-05 | 1 | -3/+2 |
* | Update pegen to use the latest upstream developments (GH-27586) | Pablo Galindo Salgado | 2021-08-12 | 1 | -2/+3 |
* | bpo-40750: Support -d flag in the new parser (GH-20340) | Pablo Galindo | 2020-05-25 | 1 | -1/+1 |
* | bpo-40334: use the TOKENS file when checking dangling rules (GH-19849) | Pablo Galindo | 2020-05-01 | 1 | -2/+5 |
* | bpo-40334: Refactor peg_generator to receive a Tokens file when building c co... | Pablo Galindo | 2020-04-28 | 1 | -2/+8 |
* | bpo-40334: Rewrite test_c_parser to avoid memory leaks (GH-19694) | Lysandros Nikolaou | 2020-04-24 | 1 | -3/+1 |
* | bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) | Pablo Galindo | 2020-04-22 | 1 | -0/+126 |