0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 17:47:13 +01:00
cpython/Parser
Guido van Rossum e537240c25 * Changed many files to use mkvalue() instead of newtupleobject().
* Fixcprt.py: added [-y file] option, do only files younger than file.
* modsupport.[ch]: added vmkvalue().
* intobject.c: use mkvalue().
* stringobject.c: added "formatstring"; renamed string* to string_*;
  ceval.c: call formatstring for string % value.
* longobject.c: close memory leak in divmod.
* parsetok.c: set result node to NULL when returning an error.
1993-03-16 12:15:04 +00:00
..
acceler.c Print warnings to stderr and correct spelling 1992-09-03 20:45:24 +00:00
assert.h
bitset.c
firstsets.c
grammar1.c
grammar.c
intrcheck.c
listnode.c
metagrammar.c
node.c
parser.c Correct debug printing code 1992-09-03 20:46:37 +00:00
parser.h * bltinmodule.c: added built-in function cmp(a, b) 1992-10-18 18:53:57 +00:00
parsetok.c * Changed many files to use mkvalue() instead of newtupleobject(). 1993-03-16 12:15:04 +00:00
pgen.c
pgen.h
pgenmain.c
printgrammar.c
tokenizer.c
tokenizer.h