cpython/Tools/peg_generator/pegen
David Rubin 9b280ab0ab
gh-116988: Remove duplicates of `annotated_rhs` in the Grammar (#117004)
2024-04-24 18:16:06 +01:00
..
__init__.py
__main__.py
ast_dump.py
build.py gh-112984: Fix link error on free-threaded Windows build (GH-114455) 2024-01-23 18:05:15 +00:00
c_generator.py gh-116988: Remove duplicates of `annotated_rhs` in the Grammar (#117004) 2024-04-24 18:16:06 +01:00
first_sets.py
grammar.py
grammar_parser.py
grammar_visualizer.py
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
parser.py
parser_generator.py
python_generator.py
sccutils.py
testutil.py
tokenizer.py
validator.py