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
| Versions | 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 |
|---|---|
| Dependencies | base (≥1.0 & <5), QuickCheck (≥2) |
| License | BSD3 |
| Copyright | (c) Chis Dornan, Simon Marlow |
| Author | Chris Dornan and Simon Marlow |
| Maintainer | Simon Marlow <marlowsd@gmail.com> |
| Stability | stable |
| Category | Development |
| Home page | http://www.haskell.org/alex/ |
| Bug tracker | mailto:marlowsd@gmail.com |
| Source repository | git clone https://github.com/simonmar/alex.git |
| Executables | alex |
| Upload date | Sun Mar 10 12:19:40 UTC 2013 |
| Uploaded by | SimonMarlow |
| Distributions | Fedora: 3.0.2, NixOS: 3.0.5, Debian: 3.0.2, FreeBSD: 3.0.2 |
Downloads
- alex-3.0.5.tar.gz (Cabal source package)
- package description (included in the package)