cpphs

A liberalised re-implementation of cpp, the C pre-processor.

http://projects.haskell.org/cpphs/

Version on this page:1.18.6@rev:3
LTS Haskell 22.14:1.20.9.1@rev:1
Stackage Nightly 2024-03-29:1.20.9.1@rev:1
Latest on Hackage:1.20.9.1@rev:1

See all snapshots cpphs appears in

LicenseRef-LGPL licensed and maintained by Malcolm Wallace
This version can be pinned in stack with:cpphs-1.18.6@sha256:4ae34ae875a14ddc717ecfc9afb2695b2c5052a7ac470fb562d0ba5eed7dc310,2350

Module documentation for 1.18.6

  • Language
    • Language.Preprocessor
      • Language.Preprocessor.Cpphs
      • Language.Preprocessor.Unlit

Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers.

This version of the C pre-processor is pretty-much feature-complete and compatible with traditional (K&R) pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion.