Import Upstream version 20180207
[hcoop/debian/mlton.git] / man / mllex.1
1 .TH mllex 1 "February 6, 2018"
2 .SH NAME
3 \fBmllex\fP \- lexer generator for use with Standard ML and MLton
4 .SH SYNOPSIS
5 \fBmllex foo.lex\fR
6 .SH DESCRIPTION
7 .PP
8 \fBmllex\fP takes as input a lexer specification \fBfoo.lex\fP and produces as
9 output in \fBfoo.lex.sml\fP a lexer written in SML.
10
11 For details on the lexer specification, see \fBA Lexical Analyzer Generator for
12 Standard ML\fP, which is in \fB/usr/share/doc/mlton/mllex.pdf\fP.
13
14 .SH "SEE ALSO"
15
16 .BR mlton (1), mlyacc (1)