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-11 15:12:20 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
375e30225eeec765d00dfab600f4e7333d8a86d5
cpython
/
Parser
T
History
Neil Schemenauer
c24ea08644
Disable the parser hacks that enabled the "yield" keyword using a future
...
statement.
2002-03-22 23:53:36 +00:00
..
.cvsignore
…
acceler.c
…
bitset.c
…
firstsets.c
Silence parser generator output.
2001-09-11 16:43:16 +00:00
grammar1.c
PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf.
2001-12-04 03:36:01 +00:00
grammar.c
The parser doesn't need its own implementation of assert, and having its
2001-12-04 03:18:48 +00:00
grammar.mak
An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually.
2001-10-13 20:16:17 +00:00
intrcheck.c
Include <unistd.h> in Python.h.
Fixes
#500924
.
2002-01-12 11:05:12 +00:00
listnode.c
…
metagrammar.c
…
myreadline.c
…
node.c
…
parser.c
Disable the parser hacks that allowed the "yield" keyword to be enabled
2002-03-22 23:38:11 +00:00
parser.h
Disable the parser hacks that enabled the "yield" keyword using a future
2002-03-22 23:53:36 +00:00
parsetok.c
Disable the parser hacks that enabled the "yield" keyword using a future
2002-03-22 23:53:36 +00:00
pgen.c
The parser doesn't need its own implementation of assert, and having its
2001-12-04 03:18:48 +00:00
pgen.h
…
pgenmain.c
Silence parser generator output.
2001-09-11 16:43:16 +00:00
printgrammar.c
…
tokenizer.c
…
tokenizer.h
…