alex: Alex is a tool for generating lexical analysers in Haskell
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
[Skip to Readme]
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
small_base | Choose the new smaller, split-up base package. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- alex-3.1.4.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 2.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, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.7, 3.2.7.1, 3.2.7.2, 3.2.7.3, 3.2.7.4, 3.3.0.0, 3.4.0.0, 3.4.0.1, 3.5.0.0, 3.5.1.0 (info) |
---|---|
Dependencies | array, base (>=1.0 && <5), containers, directory, QuickCheck (>=2) [details] |
License | BSD-3-Clause |
Copyright | (c) Chis Dornan, Simon Marlow |
Author | Chris Dornan and Simon Marlow |
Maintainer | Simon Marlow <marlowsd@gmail.com> |
Category | Development |
Home page | http://www.haskell.org/alex/ |
Bug tracker | https://github.com/simonmar/alex/issues |
Source repo | head: git clone https://github.com/simonmar/alex.git |
Uploaded | by SimonMarlow at 2015-01-06T20:50:44Z |
Distributions | Arch:3.3.0.0, Debian:3.2.5, Fedora:3.3.0.0, FreeBSD:3.1.4, LTSHaskell:3.4.0.1, NixOS:3.4.0.1, Stackage:3.5.1.0, openSUSE:3.5.1.0 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | alex |
Downloads | 167980 total (624 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] Last success reported on 2016-12-12 [all 9 reports] |