summaryrefslogtreecommitdiffstats
path: root/development/alex/README
blob: 3bbb6e8b0b4c68b23b0741fa4d2ed5fd84c5dda2 (plain)
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++.

Requires: ghc.