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.
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.
To install rb31-parsetree, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb31-parsetree
To see what files were installed by rb31-parsetree, run:
port contents rb31-parsetree
To later upgrade rb31-parsetree, run:
sudo port selfupdate && sudo port upgrade rb31-parsetree
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.