Tree transformation programs?

Edward C. Jones edcjones at erols.com
Wed Feb 12 10:08:55 EST 2003


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

A tree that is produced by a C parser.
Rules for matching patterns in trees.
Transformations to be done on the input if a pattern is matched..





More information about the Python-list mailing list