| Alex: A lexical analyser generator for Haskell |
| Overview |
|
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
|
| Documentation |
|
| Download |
|
Alex is part of the Haskell Platform, so if you install the platform you will automatically have a working Alex. Alex is also on Hackage. If you have the cabal-install tool (which also comes with the Haskell Platform), then you can build and install the latest version of Alex with
cabal install alex
To find out what the latest version of Alex is, and to download the source separately, go to Alex's HackageDB page. Alex might also be pre-packaged for your OS:
|
| Development |
|
Alex is licensed under a BSD-style license. The current sources are on github, to get the latest version say: git clone https://github.com/simonmar/alex Feel free to hack on Alex and send me your merge requests or patches. |