Top > Software development > Compilers > cpphs

cpphs - Haskell re-implementation of cpp

'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.

Obtaining

Web pagehttp://www.cs.york.ac.uk/fp/cpphs/
Source tarballhttp://www.cs.york.ac.uk/fp/cpphs/cpphs-0.5.tar.gz
Version 0.5 (beta) released on 2004-06-07
Licensed under LGPL2.1.
This is not a GNU package.

Support contacts

Help List<Malcolm.Wallace@cs.york.ac.uk>
Developer List<Malcolm.Wallace@cs.york.ac.uk>
Bug List<Malcolm.Wallace@cs.york.ac.uk>

Project contacts

Maintainers
Developers

Related information

Interfacescommand line
Source languagesHaskell
Related programsghc, DrlFT

Entry information

License verified byJanet Casey <jcasey@gnu.org> on 2004-06-07
Entry compiled byJanet Casey <jcasey@gnu.org>

Categories



The copyright licensing notice below applies to this text. The software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.

Copyright © 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

Permission is granted to copy, distribute, and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of this license is included in the file COPYING.DOC.

Please report any problems in this page to bug-directory@gnu.org, or find out how you can help fix them.

The FSF provides this directory as a service to the free software community. Please consider donating to the FSF to help support this project.