3d8516a7df
From: Don Stewart <dons at cse.unsw.edu.au> -- 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++.
4 lines
196 B
Plaintext
4 lines
196 B
Plaintext
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++.
|