cpython/Lib/test/test_peg_generator
Victor Stinner d27f8d2e07
bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252)
Rename AST functions of pycore_ast.h to use the "_PyAST_" prefix.
Remove macros creating aliases without prefix. For example, Module()
becomes _PyAST_Module(). Update Grammar/python.gram to use
_PyAST_xxx() functions.
2021-04-07 21:34:22 +02:00
..
__init__.py
__main__.py
test_c_parser.py bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252) 2021-04-07 21:34:22 +02:00
test_first_sets.py
test_grammar_validator.py Add small validator utility for PEG grammars (GH-23519) 2020-12-26 19:11:29 +00:00
test_pegen.py Fix 'gather' rules in the python parser generator (GH-22021) 2020-09-03 15:29:55 +01:00