mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 18:17:59 -04:00
5 lines
213 B
Plaintext
5 lines
213 B
Plaintext
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.
|