Name : rubygem-ParseTree
| |
Version : 3.0.6
| Vendor : Mandriva
|
Release : 1mdv2011.0
| Date : 2010-10-15 23:53:07
|
Group : Development/Ruby
| Source RPM : rubygem-ParseTree-3.0.6-1mdv2011.0.src.rpm
|
Size : 0.73 MB
| |
Packager : Rémy Clouard < shikamaru_mandriva_org>
| |
Summary : A C extension that extracts the parse tree for an entire class
|
Description :
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]]]]]
|
RPM found in directory: /vol/rzm6/linux-mandriva/official/2011/i586/media/contrib/release |