cpython/Tools/peg_generator/scripts
Miss Islington (bot) 3c6c86ab77
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.
(cherry picked from commit 9645930b5b)

Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2020-05-25 13:11:36 -07: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 13:11:36 -07: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 13:11:36 -07:00
test_parse_directory.py bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) 2020-05-25 13:11:36 -07:00
test_pypi_packages.py bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) 2020-05-25 13:11:36 -07:00