This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-13 07:59:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
affedee8bf2ec00c404ffa39342a593a66bf95bd
cpython
/
Tools
/
peg_generator
/
pegen
T
History
Pablo Galindo Salgado
f533f216e6
gh-102416: Do not memoize incorrectly loop rules in the parser (
#102467
)
2023-03-06 14:41:53 +01:00
..
__init__.py
…
__main__.py
…
ast_dump.py
…
build.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
c_generator.py
gh-102416: Do not memoize incorrectly loop rules in the parser (
#102467
)
2023-03-06 14:41:53 +01:00
first_sets.py
Fix typos in the Tools directory (GH-28769)
2021-10-06 10:55:16 -07: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
…
grammar.py
gh-84623: Remove unused imports (
#94132
)
2022-06-22 19:14:27 +02:00
keywordgen.py
…
metagrammar.gram
…
parser_generator.py
…
parser.py
[Tools/peg_generator/pegen/parser.py] Fix typo: s/wether/whether/ (GH-28739)
2021-10-05 23:06:19 +02: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
…
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
…