cpython/Parser/pgen
Pablo Galindo f2cf1e3e28
bpo-36623: Clean parser headers and include files (GH-12253)
After the removal of pgen, multiple header and function prototypes that lack implementation or are unused are still lying around.
2019-04-13 17:05:14 +01:00
..
__init__.py
__main__.py
grammar.py bpo-36623: Clean parser headers and include files (GH-12253) 2019-04-13 17:05:14 +01:00
keywordgen.py bpo-36143: Regenerate Lib/keyword.py from the Grammar and Tokens file using pgen (GH-12456) 2019-03-25 22:01:12 +00:00
pgen.py
token.py