Description
Provides Alex, a lexer generator used in Haskell development. It reads lexical rules and generates Haskell code that turns input text into tokens for parsers and language tools.
Use it when building Haskell projects that define custom languages, compilers, interpreters, or parsers. It is a command-line developer tool.