sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.
sexp_processor branches from ParseTree bringing all the generic sexp processing tools with it. Sexp, SexpProcessor, Environment, etc... all for your language processing pleasure.
To install rb31-sexp_processor, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb31-sexp_processor
To see what files were installed by rb31-sexp_processor, run:
port contents rb31-sexp_processor
To later upgrade rb31-sexp_processor, run:
sudo port selfupdate && sudo port upgrade rb31-sexp_processor
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.