cpython/Parser
2021-06-12 16:11:59 +03:00
..
asdl.py
asdl_c.py bpo-11105: Do not crash when compiling recursive ASTs (GH-20594) 2021-06-03 21:01:02 +01:00
myreadline.c
parser.c bpo-44368: Improve syntax errors with invalid as pattern targets (GH-26632) 2021-06-10 23:50:32 +01:00
peg_api.c
pegen.c Add more const modifiers. (GH-26691) 2021-06-12 16:11:59 +03:00
pegen.h Add more const modifiers. (GH-26691) 2021-06-12 16:11:59 +03:00
Python.asdl
string_parser.c Add more const modifiers. (GH-26691) 2021-06-12 16:11:59 +03:00
string_parser.h
token.c
tokenizer.c bpo-43833: Emit warnings for numeric literals followed by keyword (GH-25466) 2021-06-08 16:31:10 -07:00
tokenizer.h bpo-44201: Avoid side effects of "invalid_*" rules in the REPL (GH-26298) 2021-05-22 23:05:00 +01:00