Alex Waygood
|
0d140b8c5e
|
gh-108455: peg_generator: make the mypy config slightly stricter (#108627)
* 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
|
2023-08-29 11:23:22 +00:00 |
Pablo Galindo Salgado
|
b01fd533fe
|
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
Simplify the peg generator logic by extracting as much visitors as possible to disentangle the flow and separate concerns.
|
2021-09-05 14:58:52 +01:00 |
Pablo Galindo Salgado
|
953d27261e
|
Update pegen to use the latest upstream developments (GH-27586)
|
2021-08-12 17:37:30 +01:00 |
Pablo Galindo
|
3bcc4ead3f
|
Add small validator utility for PEG grammars (GH-23519)
|
2020-12-26 19:11:29 +00:00 |
Pablo Galindo
|
5b9f4988c9
|
bpo-40334: Refactor peg_generator to receive a Tokens file when building c code (GH-19745)
|
2020-04-28 13:11:55 +01:00 |
Pablo Galindo
|
50f28dea32
|
bpo-40334: Allow to run make regen-pegen without distutils (GH-19684)
|
2020-04-24 00:53:29 +01:00 |
Pablo Galindo
|
c5fc156852
|
bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503)
Co-authored-by: Guido van Rossum <guido@python.org>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
|
2020-04-22 23:29:27 +01:00 |