blob: 78bbdcd6119d308beb3af758fd286ddf4c754dba (
plain) (
blame)
1
2
3
4
5
|
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++ by Chris Dornan and Simon Marlow.
WWW: http://www.haskell.org/alex/
|