README 197 B

1234
  1. Alex is a tool for generating lexical analysers in Haskell, given a
  2. description of the tokens to be recognised in the form of regular
  3. expressions. It is similar to the tool lex or flex for C/C++.