RubyGems.org

ParseTree

3.0.5

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. As an example: def conditional1(arg1) if arg1 == 0 then return 1 end return 0 end becomes: [:defn, :conditional1, [:scope, [:block, [:args, :arg1], [:if, [:call, [:lvar, :arg1], :==, [:array, [:lit, 0]]], [:return, [:lit, 1]], nil], [:return, [:lit, 0]]]]]

installgem install ParseTree -v 3.0.5
Authors

Ryan Davis

97,497 total downloads 16,154 for this version
Owners

E7cff3cfd41c495e1012227d7dc2420258479f76374a3ba3c69b9804163f39f45a837592409354297424994e8d62f72277d7c06ca5c7ca0576107a7c94fbc4c4

Bundler
gem "ParseTree", "~> 3.0.5"
Versions
  1. 3.0.5 March 27, 2010
Show all versions (41 total)