...
To view the Groovy AST that is one step closer to the generated bytecode you can generate Hello.groovy.xml using these unix commands.
This can be generated using both classic and jsr parsers, by changing the groovy.ast system property. By doing this we can diff the generated Groovy AST artifacts for debugging and migration purposes.
...