Commit graph

3 commits

Author SHA1 Message Date
Emil Sköldberg
bd9256b223 Added perl to USE_TOOLS 2006-08-25 13:32:39 +00:00
Roland Illig
2027d780bc Replaced SITES_* with SITES.*. 2006-07-22 04:42:34 +00:00
Emil Sköldberg
f164223f41 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 tools lex and flex for C/C++.

Alex takes a description of tokens based on regular expressions and
generates a Haskell module containing code for scanning text
efficiently. Alex is designed to be familiar to exisiting lex users,
although it does depart from lex in a number of ways.
2005-11-15 14:32:42 +00:00