1mllex(1) General Commands Manual mllex(1)
23
4
NAME
6mllex - lexer generator for use with Standard ML and MLton
7
SYNOPSIS
9mllex foo.lex
10
DESCRIPTION
12mllex takes as input a lexer specification foo.lex and produces as out‐
13put in foo.lex.sml a lexer written in SML.
1415
For details on the lexer specification, see A Lexical Analyzer Genera‐
16tor for Standard ML, which is in /usr/share/doc/mlton/mllex.pdf.
1718
SEE ALSO
20mlton(1),mlyacc(1)
2122
23
24
February 6, 2018 mllex(1)