blob: 879cc1d606e8046d4b7fd96bde40109a7a67e7a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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/
|