What is an AST transformation in general? I came across these words when reading Groovy blog's. But what it is in general?
|
feedback
|
|
In addition to what have been mentioned already, you might also be interested in a broader and more fundamental concept of Term rewriting. | |||
|
feedback
|
|
See my SO answer on Model Driven Development: What is a transform? | |||
feedback
|
|
@Ira Baxter's answer gives you a great theoretical introduction. As an example to practical application, please refer to this document that describes how AST transformation is done in Eclipse IDE for Java. | |||
|
feedback
|