| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
pgen (GH-12456)
Now that the parser generator is written in Python (Parser/pgen) we can make use of it to regenerate the Lib/keyword file that contains the language keywords instead of parsing the autogenerated grammar files. This also allows checking in the CI that the autogenerated files are up to date.
|
|
|
|
|
| |
This fixes the test failures on Windows from the new tests, and
includes test fixes as well as the module fix.
|
| |
|
|
Based on the testing ideas in a patch written by Greg Malcolm.
|