RubyGems.org

ParseTree

3.0.3

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.3
Authors

Ryan Davis

97,497 total downloads 1,506 for this version
Owners

E7cff3cfd41c495e1012227d7dc2420258479f76374a3ba3c69b9804163f39f45a837592409354297424994e8d62f72277d7c06ca5c7ca0576107a7c94fbc4c4

Bundler
gem "ParseTree", "~> 3.0.3"
Versions
  1. 3.0.3 January 20, 2009
Show all versions (41 total)
Development Dependencies
  1. hoe >= 1.8.2