cpython/Tools/peg_generator
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
..
data
peg_extension
pegen 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
scripts Update grammar_grapher with the new forced (&&) directive (#31704) 2022-03-06 15:26:28 +01:00
.clang-format
.gitignore
Makefile Refactor parser compilation units into specific components (GH-29676) 2021-11-21 01:08:50 +00:00
mypy.ini
pyproject.toml
requirements.pip