Quote and highlight input fragments at a given source location
Decent error reporting (for example, in a parser, a compiler, ...) typically involves collecting locations, in order to indicate to the user the position of an error in the source file. This library provides functions to format such locations.
Decent error reporting (for example, in a parser, a compiler, ...) typically involves collecting locations, in order to indicate to the user the position of an error in the source file. This library provides functions to format such locations.
To install ocaml-pp_loc, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install ocaml-pp_loc
To see what files were installed by ocaml-pp_loc, run:
port contents ocaml-pp_loc
To later upgrade ocaml-pp_loc, run:
sudo port selfupdate && sudo port upgrade ocaml-pp_loc
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.