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-21 11:54:48 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fd963265e21686fb306eaa3f0e63c15bfdbcc9ba
cpython
/
Parser
T
History
Martin v. Löwis
4885e7d098
Prefix AST symbols with _Py_.
Fixes
#1637022
.
...
Will backport.
2007-01-19 06:42:22 +00:00
..
acceler.c
…
asdl_c.py
Prefix AST symbols with _Py_.
Fixes
#1637022
.
2007-01-19 06:42:22 +00:00
asdl.py
…
bitset.c
…
firstsets.c
…
grammar1.c
…
grammar.c
Handle malloc failure.
2006-08-13 18:13:36 +00:00
grammar.mak
…
intrcheck.c
…
listnode.c
…
metagrammar.c
…
myreadline.c
…
node.c
Fix comment typo
2006-06-06 17:10:41 +00:00
parser.c
Fix a bug in the parser's future statement handling that led to "with"
2006-09-24 12:35:36 +00:00
parser.h
…
parsetok.c
with and as are now keywords. There are some generated files I can't recreate.
2006-09-06 06:28:06 +00:00
pgen.c
…
pgenmain.c
more low-hanging fruit to make code compile under a C++ compiler. Not
2006-04-11 12:01:56 +00:00
printgrammar.c
…
Python.asdl
…
spark.py
…
tokenizer_pgen.c
…
tokenizer.c
Comment grammar
2006-10-06 18:51:55 +00:00
tokenizer.h
…