This directory contains 'cpphs', a simplified re-implementation of cpp,
the C pre-processor, in Haskell.

TO BUILD
--------
Just use
    hmake cpphs [-package base]
or
    ghc --make cpphs
or
    runhugs cpphs	# or rename the script cpphs.hugs to cpphs


USAGE
-----
	cpphs  [filename | -Dsym | -Dsym=val | -Ipath]+  [-Ofile]
               [--nomacro|--noline|--strip|--text|--hashes|--layout]*

For fuller details, see docs/index.html


COPYRIGHT
---------
Copyright (c) 2004 Malcolm Wallace (Malcolm.Wallace@cs.york.ac.uk)
except for ParseLib (Copyright (c) 1995 Graham Hutton and Erik Meijer)


LICENCE
-------
These library modules are distributed under the terms of the LGPL.
The application module 'cpphs.hs' is GPL.

This software comes with no warranty.  Use at your own risk.


WEBSITE
-------
http://haskell.org/cpphs/
http://www.cs.york.ac.uk/fp/cpphs/
