Files
gnezdo 7ef0034777 Use devel/cabal module for devel/cpphs and upgrade to 1.20.9.1
Removed do-test, it was pre-broken in the previous update as upstream
stopped shipping the tests.

ok kili
2021-02-28 19:40:24 +00:00

8 lines
425 B
Plaintext

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.