cpython/Tools/peg_generator/pegen
Miss Islington (bot) aadfc2cbc7
[3.14] gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557) (#133630)
gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557)
(cherry picked from commit b48599b801)

Co-authored-by: Alex Prengère <2138730+alexprengere@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2025-05-08 01:54:42 +00:00
..
__init__.py
__main__.py gh-116991: Improve pygen --help for python subparser (#116992) 2024-06-03 10:52:35 +03:00
ast_dump.py
build.py gh-132921: Fix setuptools._distutils.dep_util deprecation (#132923) 2025-04-25 11:31:19 +00:00
c_generator.py GH-130396: Use computed stack limits on linux (GH-130398) 2025-02-25 09:24:48 +00:00
first_sets.py
grammar.py
grammar_parser.py gh-125588: Teach the python PEG generator the new f-string tokens (#125589) 2024-10-29 23:40:12 +00:00
grammar_visualizer.py
keywordgen.py
metagrammar.gram gh-125588: Teach the python PEG generator the new f-string tokens (#125589) 2024-10-29 23:40:12 +00:00
parser.py gh-125588: Allow to regenerate the parser with Python < 3.12 (#127969) 2024-12-15 23:17:01 +00:00
parser_generator.py [3.14] gh-133555: Allow regenerating the parser with Python < 3.14 (GH-133557) (#133630) 2025-05-08 01:54:42 +00:00
python_generator.py gh-125588: Teach the python PEG generator the new f-string tokens (#125589) 2024-10-29 23:40:12 +00:00
sccutils.py gh-118671: Updated dead ActiveState links (#118730) 2024-05-08 01:06:38 -06:00
testutil.py
tokenizer.py
validator.py gh-118235: Move RAISE_SYNTAX_ERROR actions to invalid rules and make sure they stay there (GH-119731) 2024-05-30 09:27:32 +02:00