...
- implementing a Global AST Transformations
- implementing a local AST transformation
When writing an AST Transformation, you will have to decide on the compiler phase in which to perform the work:
...
When writing an AST Transformation, you will have to decide on the compiler phase in which to perform the work: