cpphs
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. This version of the C pre-processor is pretty-much feature-complete and compatible with traditional (K&R) pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion.
- Versions: 1.20.9.1
- Website: https://projects.haskell.org/cpphs/
- Licenses: GPL 3+ · LGPL 2.1+
- Package source: gnu/packages/haskell-apps.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of cpphs
as follows:
guix install cpphs
Or install a particular version:
guix install cpphs@1.20.9.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.