1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/hs-cpphs/pkg-descr

11 lines
345 B
Plaintext

cpphs is a simplified re-implementation of cpp, the C pre-processor, in
Haskell.
This version of the C pre-processor is pretty-much feature-complete, and
compatible with the -traditional style. It has two modes:
* conditional compilation only (--nomacro),
* and full macro-expansion (default).
WWW: http://www.cs.york.ac.uk/fp/cpphs/