RubyGems.org

ParseTree

3.0.1-x86-mswin32-60

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

Ryan Davis

110,071 total downloads 395 for this version
Owners

E7cff3cfd41c495e1012227d7dc2420258479f76374a3ba3c69b9804163f39f45a837592409354297424994e8d62f72277d7c06ca5c7ca0576107a7c94fbc4c4

Gemfile
gem "ParseTree", "~> 3.0.1"
Versions
  1. 3.0.1 October 24, 2008 x86-mswin32-60
Show all versions (42 total)
Development Dependencies
  1. hoe >= 1.8.2