The lexer generator for Haskell
Alex is a tool for generating lexical analysers in Haskell, given a
description of the tokens to be recognised in the form of regular
expressions. It is similar to the tool 'lex' or 'flex' for C/C++.
- Devel package for openSUSE:Factory
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:haskell/alex && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
alex-3.2.5.tar.gz | 0000108531 106 KB | |
alex.changes | 0000007781 7.6 KB | |
alex.spec | 0000003085 3.01 KB |
Revision 85 (latest revision is 114)
Ondřej Súkup (mimi_vx)
committed
(revision 85)
- Drop obsolete group attributes. - Disable tests on aarch64 as they are broken. See: https://github.com/simonmar/alex/issues/130 - Use https URL to refer to bugs.opensuse.org. - Drop config.log from doc to fix build-compare - Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner. - Run the test suite by default. - Build and install the man page and the documentation. - Update alex to version 3.2.4. * Remove dependency on QuickCheck * Change the way that bootstrapping is done: see README.md for build instructions * fix issue when using cpphs (#116) * Manage line length in generated files [GH-84] * Fix issue when identifier with multiple single quotes, e.g. `foo''` was used * Allow omitting spaces around `=` in macro definitions * Include pre-generated Parser.hs and Scan.hs in the Hackage upload, to make bootstrapping easier. - Drop autom4te.cache/requests from doc to fix build-compare - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Comments 0