alex - A lexer generator for Haskell
Website: | http://hackage.haskell.org/cgi-bin/hackage-scripts/package/alex |
---|---|
License: | BSD |
- Description:
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++.
Packages
alex-2.3.1-1m.mo6.i686 [265 KiB] |
Changelog
by TABUCHI Takaaki (2009-05-04):
- (2.3.1-1m) - update |