From: Ryan Davis Date: 2008-10-10T17:30:56+09:00 Subject: Re: parse tree for 1.9 On Oct 9, 2008, at 22:30 , Roger Pack wrote: > Anybody know if there is anything like parse_tree for 1.9? ruby_parser (new and massively improved release coming soon)... don't let the 1.0.0 release bias your opinion too much. The only thing it doesn't do is ASTs of runtime objects (procs, methods, classes/modules). It is 100% compatible with ParseTree's output tho (that also has a big release coming and there is some incompatibilities, tho minor).