cpython/Tools/peg_generator/pegen
2025-09-18 02:17:04 +01:00
..
__init__.py
__main__.py gh-138281: Remove unused topsort and bump minimal version in peg_generator (#138487) 2025-09-04 00:27:14 +01:00
ast_dump.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
build.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
c_generator.py gh-138970: Add general metadata system to the peg generator (#138971) 2025-09-18 02:17:04 +01:00
first_sets.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
grammar.py gh-138970: Add general metadata system to the peg generator (#138971) 2025-09-18 02:17:04 +01:00
grammar_parser.py gh-138970: Add general metadata system to the peg generator (#138971) 2025-09-18 02:17:04 +01:00
grammar_visualizer.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
keywordgen.py gh-58032: Do not use argparse.FileType in module CLIs and scripts (GH-113649) 2024-01-10 15:07:19 +02:00
metagrammar.gram gh-138970: Add general metadata system to the peg generator (#138971) 2025-09-18 02:17:04 +01:00
parser.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
parser_generator.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
python_generator.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
sccutils.py gh-138281: Remove unused topsort and bump minimal version in peg_generator (#138487) 2025-09-04 00:27:14 +01:00
testutil.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
tokenizer.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00
validator.py gh-138281: Run ruff on Tools/peg_generator (#138282) 2025-09-03 17:45:29 +00:00