Name : ruby2.5-rubygem-ParseTree
| |
Version : 3.0.9
| Vendor : obs://build_opensuse_org/home:Marvin1973
|
Release : 150400.3.3
| Date : 2024-10-08 13:28:22
|
Group : Development/Languages/Ruby
| Source RPM : rubygem-ParseTree-3.0.9-150400.3.3.src.rpm
|
Size : 0.12 MB
| |
Packager : https://www_suse_com/
| |
Summary : ParseTree is a C extension (using RubyInline) that extracts the
|
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/Marvin1973:/pcs/15.4/x86_64 |