cpython/Lib/test/test_peg_generator
Pablo Galindo Salgado b01fd533fe
Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172)
Simplify the peg generator logic by extracting as much visitors as possible to disentangle the flow and separate concerns.
2021-09-05 14:58:52 +01:00
..
__init__.py
__main__.py
test_c_parser.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
test_first_sets.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
test_grammar_validator.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
test_pegen.py Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) 2021-09-05 14:58:52 +01:00