cpython/Tools/peg_generator/pegen
2023-10-02 17:22:07 +02:00
..
__init__.py
__main__.py
ast_dump.py
build.py [3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-104798) (#105135) 2023-07-05 11:42:47 +02:00
c_generator.py [3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#108263) 2023-08-22 12:02:32 +02:00
first_sets.py
grammar.py [3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fix incorrect soft keywords (GH-109606). (#109752) 2023-10-02 17:22:07 +02:00
grammar_parser.py
grammar_visualizer.py
keywordgen.py
metagrammar.gram
parser.py
parser_generator.py
python_generator.py
sccutils.py
testutil.py bpo-46576: Speed up test_peg_generator by using a static library for shared sources (GH-32338) 2022-04-06 14:55:58 -07:00
tokenizer.py
validator.py