libparsetree-ruby | Extract a class or method's parse tree, return it as a s-expression | Mehr ...
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 package provide documentation and depends on the package containing the actual library for the default Ruby version.
libparsetree-ruby1.8 | Extract a class or method's parse tree, return it as a s-expression (ruby1.8) | Mehr ...
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 package contains the ruby1.8 modules.