alex-3.0.3: Alex is a tool for generating lexical analysers in Haskell

The alex package

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++.

Properties

Versions2.1.0, 2.2, 2.3, 2.3.1, 2.3.2, 2.3.3, 2.3.4, 2.3.5, 3.0, 3.0.1, 3.0.2, 3.0.3, 3.0.4, 3.0.5
Dependenciesbase (≥1.0 & <5), QuickCheck (≥2)
LicenseBSD3
Copyright(c) Chis Dornan, Simon Marlow
AuthorChris Dornan and Simon Marlow
MaintainerSimon Marlow <marlowsd@gmail.com>
Stabilitystable
CategoryDevelopment
Home pagehttp://www.haskell.org/alex/
Bug trackermailto:marlowsd@gmail.com
Source repositorygit clone https://github.com/simonmar/alex.git
Executablesalex
Upload dateMon Feb 18 10:04:13 UTC 2013
Uploaded bySimonMarlow
DistributionsFedora: 3.0.2, NixOS: 3.0.5, Debian: 3.0.2, FreeBSD: 3.0.2

Downloads