next up previous
Next: Walkers Up: The C-Breeze Compiler Infrastructure Previous: vcgCCG

The AST Level

As its name implies, the AST representation is a tree. As mentioned in Section 1, most analyses and transformations will not be applied to the AST level. Nevertheless, to support the direct manipulation of the AST, C-Breeze defines two classes, walkers and changers, that simplify the traversal of the AST.



Subsections

Adam C. Brown 2006-01-26