cpython/Tools/peg_generator/pegen
Miss Islington (bot) 656491783d
[3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754)
Co-authored-by: trag1c <trag1cdev@yahoo.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
2024-05-08 07:22:35 +00:00
..
__init__.py
__main__.py Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) 2021-09-05 14:58:52 +01:00
ast_dump.py Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
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 Fix typos in the Tools directory (GH-28769) 2021-10-06 10:55:16 -07:00
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 bpo-45866: pegen strips directory of "generated from" header (GH-29777) 2021-11-26 11:50:34 +01:00
grammar_visualizer.py Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) 2021-09-05 14:58:52 +01:00
keywordgen.py Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) 2021-09-05 14:58:52 +01:00
metagrammar.gram Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
parser.py [Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739) 2021-10-05 23:06:19 +02:00
parser_generator.py Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) 2021-09-05 14:58:52 +01:00
python_generator.py bpo-45866: pegen strips directory of "generated from" header (GH-29777) 2021-11-26 11:50:34 +01:00
sccutils.py [3.12] gh-118671: Updated dead ActiveState links (GH-118730) (#118754) 2024-05-08 07:22:35 +00:00
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 Update pegen to use the latest upstream developments (GH-27586) 2021-08-12 17:37:30 +01:00
validator.py Extract visitors from the grammar nodes and call makers in the peg generator (GH-28172) 2021-09-05 14:58:52 +01:00