cpython/Parser
Jeremy Hylton 94988067b9 Add new parser error code, E_OVERFLOW. This error is returned when
the number of children of a node exceeds the max possible value for
the short that is used to count them.  The Python runtime converts
this parser error into the SyntaxError "expression too long."
2000-06-20 19:10:44 +00:00
..
.cvsignore Ignore a bunch of generated files. 2000-05-02 18:34:30 +00:00
Makefile.in Changes to deal with the sigcheck+intrcheck vs. signalmodule controversy. 1998-10-07 22:51:56 +00:00
acceler.c
assert.h
bitset.c
firstsets.c
grammar.c Make new gcc -Wall happy 1998-04-10 22:09:39 +00:00
grammar1.c
intrcheck.c Need to add default decl of DL_IMPORT, for mymalloc.h 1998-12-04 18:50:20 +00:00
listnode.c
metagrammar.c
myreadline.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
node.c Add new parser error code, E_OVERFLOW. This error is returned when 2000-06-20 19:10:44 +00:00
parser.c Add new parser error code, E_OVERFLOW. This error is returned when 2000-06-20 19:10:44 +00:00
parser.h
parsetok.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
pgen.c Make new gcc -Wall happy 1998-04-10 22:09:39 +00:00
pgen.h
pgenmain.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
printgrammar.c
tokenizer.c Vladimir Marangozov's long-awaited malloc restructuring. 2000-05-03 23:44:39 +00:00
tokenizer.h Add checking for inconsistent tab usage 1998-04-09 21:38:06 +00:00