aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-alex/pkg-descr
blob: 5cbbd2b635f9fbfbe51f2b9c143c849ccb2fd939 (plain) (blame)
1
2
3
4
5
6
Alex is a tool for generating lexical analysers in Haskell.  It takes a
description of tokens based on regular expressions and generates a
Haskell module containing code for scanning text efficiently.  It is
similar to the tool lex or flex for C/C++.

WWW: http://www.haskell.org/alex/