5e2a14700e
* Give maintainership to someone who obviously had more sleep. PR: ports/55553 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Pointy hat to: ME!
5 lines
264 B
Text
5 lines
264 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++ by Chris Dornan and Simon Marlow.
|
|
|
|
WWW: http://www.haskell.org/alex/
|