summaryrefslogtreecommitdiffstats
path: root/Tools/peg_generator/pegen/parser.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-108455: peg_generator: make the mypy config slightly stricter (#108627)Alex Waygood2023-08-291-3/+3
| | | | | | | | | * Enable `--no-implicit-reexport` * Enable the `truthy-bool` error code * Enable the `ignore-without-code` error code * Explicitly note that `--warn-unreachable` cannot yet be enabled
* gh-108455: Run `mypy` on `Tools/peg_generator` (#108456)Nikita Sobolev2023-08-281-5/+6
| | | | Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* [Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739)Ikko Ashimine2021-10-051-1/+1
|
* Update pegen to use the latest upstream developments (GH-27586)Pablo Galindo Salgado2021-08-121-30/+54
|
* bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)Pablo Galindo2020-04-221-0/+310
Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>