slackbuilds_ponce/development/alex/README
Mikko Värri f0f9261879 development/alex: Updated for version 3.0.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-06-27 15:41:40 -04:00

6 lines
292 B
Text

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.