cpython/Tools/peg_generator/pegen
Jeremy Kloth 612e422c6e
bpo-46576: Speed up test_peg_generator by using a static library for shared sources (GH-32338)
Speed up test_peg_generator by using a static library for shared sources to avoid recompiling as much code.
2022-04-06 14:55:58 -07:00
..
__init__.py
__main__.py
ast_dump.py
build.py bpo-46576: Speed up test_peg_generator by using a static library for shared sources (GH-32338) 2022-04-06 14:55:58 -07:00
c_generator.py Allow the parser to avoid nested processing of invalid rules (GH-31252) 2022-02-10 13:12:14 +00:00
first_sets.py
grammar.py
grammar_parser.py bpo-45866: pegen strips directory of "generated from" header (GH-29777) 2021-11-26 11:50:34 +01:00
grammar_visualizer.py
keywordgen.py
metagrammar.gram
parser.py
parser_generator.py
python_generator.py bpo-45866: pegen strips directory of "generated from" header (GH-29777) 2021-11-26 11:50:34 +01:00
sccutils.py
testutil.py bpo-46576: Speed up test_peg_generator by using a static library for shared sources (GH-32338) 2022-04-06 14:55:58 -07:00
tokenizer.py
validator.py