pkgsrc-wip/hs-cpphs/DESCR
PHO / phonohawk 28242073f0 Import hs-cpphs-1.6 as wip/hs-cpphs.
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).
2009-06-03 07:23:50 +00:00

6 lines
293 B
Text

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).