summaryrefslogtreecommitdiffstats
path: root/development/alex/README
blob: ced0e751a987479e718f3d5af97baa99b8ac21d0 (plain)
1
2
3
4
5
6
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, haskell-random,
and haskell-QuickCheck.