alex: Alex is a tool for generating lexical analysers in Haskell
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Warnings:
- These packages miss upper bounds: - array - containers - directory Please add them, using `cabal gen-bounds` for suggestions. For more information see: https://pvp.haskell.org/
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++.
[Skip to Readme]
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, 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, 3.5.1.0 |
---|---|
Change log | CHANGELOG.md |
Dependencies | array, base (>=4.9 && <5), containers, directory [details] |
License | BSD-3-Clause |
Copyright | (c) Chis Dornan, Simon Marlow |
Author | Chris Dornan and Simon Marlow |
Maintainer | https://github.com/haskell/alex |
Category | Development |
Home page | http://www.haskell.org/alex/ |
Bug tracker | https://github.com/haskell/alex/issues |
Source repo | head: git clone https://github.com/haskell/alex.git |
Uploaded | by AndreasAbel at 2024-02-27T15:07:00Z |
Downloads
- alex-3.5.1.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees