<< December 4, 2006 | Home | December 6, 2006 >>

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.

Read more...