8b92ebfab8
This is the sexp_processor module for parsetree. 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. Okay bernd@.
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
This is the sexp_processor module for parsetree.
|
|
|
|
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.
|