cpython/Parser
Guido van Rossum d3ab37f1df Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to
work.  This includes some more code that used to be part of pgen in
the main parser; I'm okay with that.  I'll see if the Windows build
needs work next.
2003-04-17 14:55:42 +00:00
..
.cvsignore
acceler.c SF patch #578297: 2002-08-04 06:28:21 +00:00
bitset.c
firstsets.c
grammar.c Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 2003-04-17 14:55:42 +00:00
grammar.mak
grammar1.c
intrcheck.c
listnode.c
metagrammar.c Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 2003-04-17 14:55:42 +00:00
myreadline.c Patch #512981: Update readline input stream on sys.stdin/out change. 2002-10-26 14:39:10 +00:00
node.c SF patch #578297: 2002-08-04 06:28:21 +00:00
parser.c
parser.h
parsetok.c - Finally fixed the bug in compile() and exec where a string ending 2003-02-13 22:07:59 +00:00
pgen.c Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 2003-04-17 14:55:42 +00:00
pgen.h
pgenmain.c Change PyOS_Readline declaration to match the recent change to myreadline.c 2002-10-27 01:59:21 +00:00
printgrammar.c
tokenizer.c Add URL for PEP to the source code encoding warning. 2003-02-17 18:31:57 +00:00
tokenizer.h Constify filenames and scripts. Fixes #651362. 2002-12-11 14:04:59 +00:00
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 2002-08-04 17:29:52 +00:00