mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
11 lines
345 B
Plaintext
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/
|