cpython/Parser
2024-01-05 13:23:40 +00:00
..
action_helpers.c
asdl.py
asdl_c.py [3.12] gh-106905: Use separate structs to track recursion depth in each PyAST_mod2obj call. (GH-113035) (GH-113472) 2023-12-25 19:20:07 +00:00
myreadline.c
parser.c [3.12] gh-110938: Fix error messages for indented blocks with functio… (#110990) 2023-10-17 22:26:34 -07:00
peg_api.c
pegen.c [3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (GH-112949) (#112957) 2023-12-11 12:48:19 +00:00
pegen.h [3.12] gh-112943: Correctly compute end offsets for multiline tokens in the tokenize module (GH-112949) (#112957) 2023-12-11 12:48:19 +00:00
pegen_errors.c [3.12] gh-113602: Bail out when the parser tries to override existing errors (GH-113607) (#113652) 2024-01-02 13:27:20 +00:00
Python.asdl
string_parser.c [3.12] gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is encouintered (GH-111381) (#111382) 2023-10-27 04:02:17 +00:00
string_parser.h
token.c
tokenizer.c [3.12] gh-113703: Correctly identify incomplete f-strings in the codeop module (GH-113709) (#113733) 2024-01-05 13:23:40 +00:00
tokenizer.h