A liberalised re-implementation of cpp, the C pre-processor.
Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers.
Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers.
To install cpphs, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cpphs
To see what files were installed by cpphs, run:
port contents cpphs
To later upgrade cpphs, run:
sudo port selfupdate && sudo port upgrade cpphs
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.