Categories
cpphs
'cpphs' is a simplified Haskell re-implementation of cpp, the C pre-processor, in Haskell. The C pre-processor is widely used in Haskell source code, but a true cpp is not often available on some systems, and the common cpp provided by the gcc 3.x series is changing in ways that are incompatible with Haskell's syntax.
This includes problems with, for instance, string gaps, and prime characters in identifiers. This project attempts to provide an alternative to cpp that is more compatible with Haskell and can be distributed with compilers.
Last updated 23 Oct, 2007
Versions
0.9
0.9 beta released 2005-05-17
- Released: 17 May, 2005
- Code Maturity: Beta
- Source Archive: http://www.cs.york.ac.uk/fp/cpphs/cpphs-0.9.tar.gz
- Licenses: LGPLv2.1
- Interfaces: Command Line




