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.

List of modules

Directory .

  1. HsLexerPass1a
  2. Main
  3. StripComments
  4. Unlit

Directory Lexer

  1. HsLex
  2. HsLexUtils
  3. HsTokens
Mar 26
Thomas Hallgren