freebsd-ports/devel/hs-alex/pkg-descr
2019-08-04 09:25:28 +00:00

6 lines
287 B
Text

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: https://www.haskell.org/alex/