bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using 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.
P
Pablo Galindo committed
91759d98015e1d6d5e1367cff60592ab548e7806
Parent: 027b09c
Committed by GitHub <noreply@github.com>
on 3/25/2019, 10:01:12 PM