cpython/Parser
Meador Inge 70d86bdef1 Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py
Parser/asdl_c.py was missed in commit 7109f31300fb when _Py_identifier
was replaced with _Py_IDENTIFIER.  Thanks to Eric Snow for the patch.
2011-10-22 14:06:50 -05:00
..
Python.asdl add a asdl bytes type, so Bytes.s be properly typechecked 2011-08-09 16:08:39 -05:00
acceler.c
asdl.py the bool asdl type died a while ago 2011-08-09 16:10:09 -05:00
asdl_c.py Issue 13243: Rename _Py_identifier to _Py_IDENTIFIER in asdl_c.py 2011-10-22 14:06:50 -05:00
bitset.c
firstsets.c
grammar.c
grammar1.c
listnode.c
metagrammar.c
myreadline.c Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix 2011-05-30 23:46:00 +02:00
node.c
parser.c
parser.h
parsetok.c don't restrict unexpected EOF errors to the first line (closes #12216) 2011-05-30 11:12:38 -05:00
parsetok_pgen.c
pgen.c
pgenmain.c
printgrammar.c
spark.py
tokenizer.c Rename _Py_identifier to _Py_IDENTIFIER. 2011-10-14 10:20:37 +02:00
tokenizer.h
tokenizer_pgen.c