Tree transformation programs?

Alex Martelli aleaxit at yahoo.com
Sat Feb 15 12:13:59 EST 2003


Edward C. Jones wrote:

> Are there any programs written in Python for transforming trees,
> especially AST trees? The input should be

Spark does do that, in part -- but it may not be a good match for
what you want because it focuses on scanning and then on parsing
to build the tree, as well as on processing (transforming) the
tree.  Still, it may be worth a look,

http://pages.cpsc.ucalgary.ca/~aycock/spark/


Alex





More information about the Python-list mailing list