An Earley-Algorithm Context-free grammar Parser Toolkit
SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay Earley's algorithm for parsing context free grammars, and comes with some generic Abstract Syntax Tree routines. There is also a prototype scanner which does its job by combining Python regular expressions.
SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay Earley's algorithm for parsing context free grammars, and comes with some generic Abstract Syntax Tree routines. There is also a prototype scanner which does its job by combining Python regular expressions.
To install py310-spark_parser, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-spark_parser
To see what files were installed by py310-spark_parser, run:
port contents py310-spark_parser
To later upgrade py310-spark_parser, run:
sudo port selfupdate && sudo port upgrade py310-spark_parser
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.