Message2233

Author bckfnn
Recipients
Date 2002-04-21.11:58:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The this a work-in-progress patch where the SimpleNode 
ast tree is replaced with the Python-2.3 ast tree. The 
replacement only covers the CodeCompiler, it does not 
cover jythonc yet.

The new parser/compiler is localted in the p2 and c2 
packages. Eventually these two packages will be 
renamed to parser and compiler.

This is not really a patch but a set of source files 
that must be extracted over a current CVS workdir.
History
Date User Action Args
2008-02-20 17:18:18adminlinkissue546737 messages
2008-02-20 17:18:18admincreate