mirror of
https://github.com/python/cpython.git
synced 2024-11-24 17:47:13 +01:00
48f21b3631
The Full Grammar specification in the docs omits rule actions, so grammar rules that raise a syntax error looked like valid syntax.
This was solved in
|
||
---|---|---|
.. | ||
lexer | ||
tokenizer | ||
action_helpers.c | ||
asdl_c.py | ||
asdl.py | ||
myreadline.c | ||
parser.c | ||
peg_api.c | ||
pegen_errors.c | ||
pegen.c | ||
pegen.h | ||
Python.asdl | ||
string_parser.c | ||
string_parser.h | ||
token.c |