Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-alex / pkg-descr
1 Alex is a tool for generating lexical analysers in Haskell.  It takes a
2 description of tokens based on regular expressions and generates a
3 Haskell module containing code for scanning text efficiently.  It is
4 similar to the tool lex or flex for C/C++.
5
6 WWW: http://www.haskell.org/alex/