This is a Python package for generating parsers and lexers in Python. The distribution contains a generator for generating complicated multi-state lexers with support for backing up. It also includes a generator for generating GLR parsers capable of parsing arbitrary grammars.
This is a Python package for generating parsers and lexers in Python. The distribution contains a generator for generating complicated multi-state lexers with support for backing up. It also includes a generator for generating GLR parsers capable of parsing arbitrary grammars.
To install py27-ggy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-ggy
To see what files were installed by py27-ggy, run:
port contents py27-ggy
To later upgrade py27-ggy, run:
sudo port selfupdate && sudo port upgrade py27-ggy
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.