On Friday 20 February 2009 12:22:25 Ben Evans wrote: > Btw, is there a way to ask JRuby to just produce an ast from a .rb, output > it and stop? Or is it just a case of using jdb and a breakpoint?
When I was working with the JRuby AST (Refactoring), I wrote a plug-in for the Ruby Development Tools that shows the AST for a sourcefile, you might want to take a look at it. The source for the plugin is in the (old) repository: http://rubyeclipse.svn.sourceforge.net/viewvc/rubyeclipse/trunk/org.rubypeople.rdt.astviewer/ Regards Mirko --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
