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