The latest version of alex is 3.5.1.0-0.

alex

Version 3.1.0 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.0:

  • necessary changes to work with GHC 7.8.1

Author
Chris Dornan and Simon Marlow
Bug reports
mailto:marlowsd@gmail.com
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