Hello

Is it possible to do this in the groovy AST transformation ->

a) in a code visitor, visit a closure expression (in the INSTRUCTION_SELECTION 
phase)
b) Using the Closure Node, execute this code to determine its results based on 
different parameters

Essentially I want to be able to selectively run a closure defined in code 
during the compile process. I see you can convert closures into strings, is it 
possible to compile that string in the middle of a compile process?

I am not sure this is the right forum for this question, please let me know if 
otherwise

Reply via email to