cpython/Tools/peg_generator/pegen
Pablo Galindo Salgado 14284b0e71
[3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257)
(cherry picked from commit 390459de6d)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2022-02-10 14:38:31 +00:00
..
__init__.py bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 2020-04-22 23:29:27 +01:00
__main__.py Add small validator utility for PEG grammars (GH-23519) 2020-12-26 19:11:29 +00:00
ast_dump.py Fix some scripts in the peg generator folder (GH-19853) 2020-05-02 05:23:06 +01:00
build.py [3.10] bpo-46576: bpo-46524: Disable compiler optimization within test_peg_generator. (GH-31015) (GH-31089) 2022-02-02 20:02:59 -08:00
c_generator.py [3.10] Allow the parser to avoid nested processing of invalid rules (GH-31252). (GH-31257) 2022-02-10 14:38:31 +00:00
first_sets.py [3.10] Fix typos in the Tools directory (GH-28769) (GH-28801) 2021-10-07 17:34:55 +02:00
grammar.py bpo-42997: Improve error message for missing : before suites (GH-24292) 2021-02-02 19:54:22 +00:00
grammar_parser.py bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) 2021-11-26 16:38:50 +01:00
grammar_visualizer.py Clean up unused imports for the peg generator module (GH-19891) 2020-05-04 03:03:05 +01:00
keywordgen.py Delete remaining references to Grammar/Grammar from docs (#21624) 2020-07-26 08:27:52 -07:00
metagrammar.gram bpo-42997: Improve error message for missing : before suites (GH-24292) 2021-02-02 19:54:22 +00:00
parser.py bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 2020-04-22 23:29:27 +01:00
parser_generator.py Fix typing problems reported by mypy in pegen (GH-20297) 2020-05-21 21:39:44 +01:00
python_generator.py bpo-45866: pegen strips directory of "generated from" header (GH-29777) (GH-29792) 2021-11-26 16:38:50 +01:00
sccutils.py Revert "Fix all Python Cookbook links (#22205)" (GH-22424) 2020-09-27 01:47:25 +01:00
testutil.py bpo-40750: Support -d flag in the new parser (GH-20340) 2020-05-25 18:38:45 +01:00
tokenizer.py bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) 2020-04-22 23:29:27 +01:00
validator.py Add small validator utility for PEG grammars (GH-23519) 2020-12-26 19:11:29 +00:00