Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extract visitors from the grammar nodes and call makers in the peg generator ↵ | Pablo Galindo Salgado | 2021-09-05 | 1 | -3/+3 |
| | | | | | (GH-28172) Simplify the peg generator logic by extracting as much visitors as possible to disentangle the flow and separate concerns. | ||||
* | Update pegen to use the latest upstream developments (GH-27586) | Pablo Galindo Salgado | 2021-08-12 | 1 | -5/+5 |
| | |||||
* | Delete remaining references to Grammar/Grammar from docs (#21624) | Guido van Rossum | 2020-07-26 | 1 | -1/+1 |
| | | | (Ironically, the file itself remains, see https://github.com/we-like-parsers/cpython/issues/135.) | ||||
* | Fix trailing whitespace in keyword.py (GH-20881) | Pablo Galindo | 2020-06-15 | 1 | -2/+2 |
| | |||||
* | Include soft keywords in keyword.py (GH-20877) | Pablo Galindo | 2020-06-15 | 1 | -4/+11 |
| | |||||
* | bpo-40939: Clean and adapt the peg_generator directory after deleting the ↵ | Pablo Galindo | 2020-06-12 | 1 | -6/+2 |
| | | | | old parser (GH-20822) | ||||
* | bpo-40939: Generate keyword.py using the new parser (GH-20800) | Lysandros Nikolaou | 2020-06-11 | 1 | -0/+73 |