commit | 91759d98015e1d6d5e1367cff60592ab548e7806 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Mon Mar 25 22:01:12 2019 +0000 |
committer | GitHub <noreply@github.com> | Mon Mar 25 22:01:12 2019 +0000 |
tree | 903553ec0677b1fc9c3531799ce890fd7a019069 | |
parent | 027b09c5a13aac9e14a3b43bb385298d549c3833 [diff] |
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.