cpython/Parser
2021-11-21 02:06:39 +00:00
..
action_helpers.c Refactor parser compilation units into specific components (GH-29676) 2021-11-21 01:08:50 +00:00
asdl.py
asdl_c.py
myreadline.c bpo-45434: Move _Py_BEGIN_SUPPRESS_IPH to pycore_fileutils.h (GH-28922) 2021-10-13 15:03:35 +02:00
parser.c bpo-45450: Improve syntax error for parenthesized arguments (GH-28906) 2021-11-20 18:27:40 +00:00
peg_api.c
pegen.c Refactor parser compilation units into specific components (GH-29676) 2021-11-21 01:08:50 +00:00
pegen.h Refactor parser compilation units into specific components (GH-29676) 2021-11-21 01:08:50 +00:00
pegen_errors.c Ensure the str member of the tokenizer is always initialised (GH-29681) 2021-11-21 02:06:39 +00:00
Python.asdl
string_parser.c bpo-45461: Fix IncrementalDecoder and StreamReader in the "unicode-escape" codec (GH-28939) 2021-10-14 13:17:00 +03:00
string_parser.h
token.c
tokenizer.c Ensure the str member of the tokenizer is always initialised (GH-29681) 2021-11-21 02:06:39 +00:00
tokenizer.h Ensure the str member of the tokenizer is always initialised (GH-29681) 2021-11-21 02:06:39 +00:00