cpython/Tools/peg_generator/scripts
Lysandros Nikolaou 9645930b5b
bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235)
The scripts in `Tools/peg_generator/scripts` mostly assume that
`ast.parse` and `compile` use the old parser, since this was the
state of things, while we were developing them. They need to be
updated to always use the correct parser. `_peg_parser` is being
extended to support both parsing and compiling with both parsers.
2020-05-25 20:51:58 +01:00
..
__init__.py
ast_timings.py Clean up unused imports for the peg generator module (GH-19891) 2020-05-04 03:03:05 +01:00
benchmark.py bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) 2020-05-25 20:51:58 +01:00
download_pypi_packages.py
find_max_nesting.py Clean up unused imports for the peg generator module (GH-19891) 2020-05-04 03:03:05 +01:00
grammar_grapher.py
joinstats.py
show_parse.py bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) 2020-05-25 20:51:58 +01:00
test_parse_directory.py bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) 2020-05-25 20:51:58 +01:00
test_pypi_packages.py bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) 2020-05-25 20:51:58 +01:00