ML-Lex is a lexical analyzer generator for for Standard ML.
ML-Lex is a lexical analyzer generator for for Standard ML (sml). It is a variant of lex, and uses a similar syntax; it an ML program instead of a C program.
It is often used in conjunction with ml-yacc when making a parser in ML.
Resources:
- ML-Lex reference manual
- Info page for
flex
a common Unix/Linux implementation oflex
with examples and explanations.
See Also: