Browse the Ruby on Rails Community.

You are here: Browse Rubygems Parse Tree

Parse Tree

Extract and enumerate ruby parse trees. 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.


Homepage: http://www.zenspider.com/ZSS/Products/ParseTree/