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-09 14:11:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0965e084cd0fce49db3a2de4f331f013cf200dc0
cpython
/
Parser
T
History
Tim Peters
eba84cdacb
An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually.
...
Ugly, but it works.
2001-10-13 20:16:17 +00:00
..
.cvsignore
…
acceler.c
…
assert.h
…
bitset.c
…
firstsets.c
Silence parser generator output.
2001-09-11 16:43:16 +00:00
grammar1.c
…
grammar.c
…
grammar.mak
An MSVC makefile to rebuild the grammar files (graminit.[ch]) manually.
2001-10-13 20:16:17 +00:00
intrcheck.c
RISCOS changes by dschwertberger.
2001-03-02 06:34:14 +00:00
listnode.c
…
metagrammar.c
…
myreadline.c
RISCOS changes by dschwertberger.
2001-03-02 06:34:14 +00:00
node.c
…
parser.c
Fis SF bug
#442647
: not all forms of legal future statements were
2001-07-19 15:27:45 +00:00
parser.h
Preliminary support for "from __future__ import generators" to enable
2001-07-15 21:08:29 +00:00
parsetok.c
Add a really stupid warning about 'yield' used as an identifier.
2001-07-17 16:53:11 +00:00
pgen.c
Silence parser generator output.
2001-09-11 16:43:16 +00:00
pgen.h
…
pgenmain.c
Silence parser generator output.
2001-09-11 16:43:16 +00:00
printgrammar.c
…
tokenizer.c
SF patch
#455966
: Allow leading 0 in float/imag literals.
2001-08-30 20:51:59 +00:00
tokenizer.h
…