Jump to letter: [
23ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
alex - Tool for generating lexical analysers in Haskell
- Description:
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++.
Packages
alex-3.0.5-36.el7.ppc64
[1.1 MiB] |
Changelog
by Jens Petersen (2014-04-21):
- bang pattern patch no longer needed for ppc with ghc-7.6
|