mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
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!
6 lines
264 B
Plaintext
6 lines
264 B
Plaintext
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/
|