stripcomments
This is the Haskell 98 source of a small program called
stripcomments
, which strips comments from Haskell source files. Both plain Haskell and literate style Haskell is supported.
For more details, see the
README
file.
Starting point for browsing the source code:
Main
LICENSE
Download the source code:
stripcomments-1.1.tar.gz
(12KB)
stripcomments is based on my
Lexer for Haskell in Haskell
.
Modules
Directory
.
Main
StripComments
Unlit
Oct 10