]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to
authorGuido van Rossum <guido@python.org>
Thu, 17 Apr 2003 14:55:42 +0000 (14:55 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 17 Apr 2003 14:55:42 +0000 (14:55 +0000)
commitd3ab37f1df86b86d340360412331078a1da63d58
tree27d47aa3323156dda762db527d6247b0f86b6367
parent6e5be22d9747b7d8ebc2b09a3d5492f00ab296eb
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.
Include/parsetok.h
Include/pgen.h [new file with mode: 0644]
Makefile.pre.in
Parser/grammar.c
Parser/metagrammar.c
Parser/pgen.c