What is an AST transformation in general? I came across these words when reading Groovy blog's. But what it is in general?

link|improve this question
feedback

3 Answers

In addition to what have been mentioned already, you might also be interested in a broader and more fundamental concept of Term rewriting.

link|improve this answer
feedback

See my SO answer on Model Driven Development: What is a transform?

link|improve this answer
Downvoter/Flagger: given that other folks think my answer is pretty good, it seems only reasonable that you should note your objection here instead of simply flagging this and running. – Ira Baxter Jul 15 '11 at 20:56
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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.