diff options
Diffstat (limited to 'devel/hs-cpphs/pkg-descr')
-rw-r--r-- | devel/hs-cpphs/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/hs-cpphs/pkg-descr b/devel/hs-cpphs/pkg-descr new file mode 100644 index 000000000000..879cc1d606e8 --- /dev/null +++ b/devel/hs-cpphs/pkg-descr @@ -0,0 +1,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/ |