The latest version of alex is 3.5.1.0-0.

alex

Version 3.1.4 revision 0 uploaded by SimonMarlow.

Package meta

Synopsis
Alex is a 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++.

Changes in 3.1.4:

  • Add Applicative/Functor instances for GHC 7.10

Changes in 3.1.3:

  • Fix for clang (XCode 5)

Changes in 3.1.2:

  • Add missing file to extra-source-files

Changes in 3.1.1:

  • Bug fixes (#24, #30, #31, #32)

Changes in 3.1.0:

  • necessary changes to work with GHC 7.8.1

Author
Chris Dornan and Simon Marlow
Bug reports
https://github.com/simonmar/alex/issues
Category
Development
Copyright
(c) Chis Dornan, Simon Marlow
Homepage
http://www.haskell.org/alex/
Maintainer
Simon Marlow <marlowsd@gmail.com>
Package URL
n/a
Stability
stable

Components