mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| grammar.py | ||
| keywordgen.py | ||
| pgen.py | ||
| token.py | ||