From: Ryan Davis Date: 2004-12-03T18:20:02+09:00 Subject: Re: ParseTree 1.2.0 Released On Dec 2, 2004, at 5:51 PM, Sam Stephenson wrote: > On Fri, 3 Dec 2004 09:58:43 +0900, Ryan Davis > wrote: >> ParseTree version 1.2.0 has been released! >> >> ** DESCRIPTION: >> >> ParseTree is a C extension (using RubyInline) that extracts the parse >> tree for an entire class or a specific method and returns it as a >> s-expression (aka sexp) using ruby's arrays, strings, symbols, and >> integers. > > This looks exciting. I can't wait to install the Gem. Go for it. I look forward to your feedback. > Is there something yet which turns the parse tree back into Ruby code? No, there isn't. I've been tempted to writes something to do that, but we(*) have our hands full with RubyInline, ParseTree, and Ruby2C right now. *) Eric Hodel and me.