I am pleased to announce version 3.0 of Alex, the lexical analyser
generator for Haskell.
Highlights in this release:
* Unicode support (contributed mostly by Jean-Philippe Bernardy,
with help from Alan Zimmerman, and using code from the ranged-sets
package written by Paul Johnson).
* Alex now does DFA minimization, which helps to reduce the size
of the generated tables, especially for lexers that use Unicode.
More details in the release notes:
http://www.haskell.org/alex/doc/html/about.html#relnotes-30
Alex can be obtained from Hackage
http://hackage.haskell.org/package/alex
The master repository is now on github:
https://github.com/simonmar/alex
Alex is distributed under a BSD-style license.
Cheers,
Simon
_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell