A Groovy AST Viewer
Viewing an AST along side its Groovy source code is very useful for anyone making tools that extract information from AST nodes. Creating such a viewer for Eclipse is a lot more fun when mostly implemented in Groovy.