2003-08-13 20:44:10 +02:00
|
|
|
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.
|
2003-01-31 23:24:58 +01:00
|
|
|
|
2003-08-13 20:44:10 +02:00
|
|
|
WWW: http://www.haskell.org/alex/
|