mllex - Man Page

lexer generator for use with Standard ML and MLton

Synopsis

mllex foo.lex

Description

mllex takes as input a lexer specification foo.lex and produces as output in foo.lex.sml a lexer written in SML.

For details on the lexer specification, see A Lexical Analyzer Generator for Standard ML, which is in /usr/share/doc/mlton/mllex.pdf.

See Also

mlton(1),mlyacc(1)

Referenced By

mlyacc(1).

January 17, 2021