[cvs-nhc98] cvs commit: cpphs MacroPass.hs README RunCpphs.hs
Tokenise.hs
Malcolm Wallace
malcolm at haskell.org
Thu Oct 14 09:41:24 EDT 2004
malcolm 2004/10/14 06:41:23 PDT
Modified files:
. MacroPass.hs README RunCpphs.hs
Tokenise.hs
Log:
Add --text option, to disable lexing the input as Haskell. This makes
cpphs more widely applicable, since comments, strings, and character
literals are no longer significant in hiding cpp-like things.
Revision Changes Path
1.12 +28 -26 cpphs/MacroPass.hs
1.10 +1 -1 cpphs/README
1.2 +4 -2 cpphs/RunCpphs.hs
1.13 +127 -46 cpphs/Tokenise.hs
More information about the Cvs-nhc98
mailing list