mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	
				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.  | 
			||
|---|---|---|
| .. | ||
| __init__.py | ||
| ast_timings.py | ||
| benchmark.py | ||
| download_pypi_packages.py | ||
| find_max_nesting.py | ||
| grammar_grapher.py | ||
| joinstats.py | ||
| show_parse.py | ||
| test_parse_directory.py | ||
| test_pypi_packages.py | ||