This code implements a simple recursive-descent parsing scheme for LIGO_LW files, based on the example in Chapter 2 of Compilers: Principles, Techniques and Tools by Aho, Sethi and Ullman.
This code implements a simple recursive-descent parsing scheme for LIGO_LW files, based on the example in Chapter 2 of Compilers: Principles, Techniques and Tools by Aho, Sethi and Ullman.
To install metaio, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install metaio
To see what files were installed by metaio, run:
port contents metaio
To later upgrade metaio, run:
sudo port selfupdate && sudo port upgrade metaio
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.