By daniel
via langexplr.blogspot.com
Published: Nov 08 2007 / 06:14
In this post I'm going to show how to use Scala to have access to JRuby syntax trees. Abstract syntax trees(AST) provide a representation of the source code that can be manipulated by another program. These trees are used by compilers and IDEs to do their work.
Add your comment