summaryrefslogtreecommitdiffstats
path: root/development/alex/README
blob: 1ec96040f25365fa190d594b79e4fe291f8d14b6 (plain)
Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular
expressions.  It is similar to the tool lex or flex for C/C++.

This requires ghc, haskell-transformers, haskell-mtl and
haskell-QuickCheck.