Description
Provides a fully compliant lexer for Haskell 98 source code. A lexer breaks source text into tokens, which is the first stage for parsers, analyzers, formatters, and code tools.
This is useful for developer tooling that needs to read Haskell code accurately. It is a library component and does not provide a complete compiler or editor.