pkgsrc-wip/hs-cpphs/DESCR

7 lines
293 B
Text
Raw Normal View History

cpphs is a liberalised re-implementation of cpp, the C pre-processor,
in Haskell. This version of cpp is pretty-much feature-complete, and
compatible with the -traditional style. It has two main modes:
* conditional compilation only (--nomacro),
* and full macro-expansion (default).