HCoop backport of SML/NJ for ml-nlffigen
[hcoop/zz_old/debian/smlnj.git] / debian / ml-ulex.1
CommitLineData
4dd335d4
JM
1.TH ml-ulex 1 "September 4, 2009"
2.SH NAME
3ml-ulex \- lexer generator for Standard ML
4.SH SYNOPSIS
5.B ml-ulex
6.RI "[--dot] [--dump] [--match] [--ml-lex-mode] [--minimize] file"
7.br
8.SH DESCRIPTION
9This manual page documents briefly the
10.B ml-ulex
11command.
12This manual page was written for the Debian distribution
13because the original program does not have a manual page.
14The
15.B ml-ulex
16script is part of the
17.B SML/NJ CM
18(Compilation and Library Manager) that is used to generate standalone
19programs.
20.SH OPTIONS
21A summary of some of the options is included below.
22.TP
23.BI --dot
24Generate DOT output (for graphviz).
25.TP
26.BI --match
27Enter interactive matching mode.
28.TP
29.BI --ml-lex-mode
30Operate in ml-lex compatibility mode.
31.SH SEE ALSO
32.BR sml (1),
33.BR ml-antlr (1),
34.BR ml-lex (1),
35.BR ml-yacc (1).
36.br
37The programs are documented fully by
38.IR "CM: The SML/NJ Compilation and Library Manager, User Manual" ,
39Matthias Blume, which is
40available via <http://cm.bell-labs.com/cm/cs/what/smlnj/doc/CM/new.pdf>.
41.SH AUTHOR
42This manual page was written by Daniel Moerner <dmoerner@gmail.com>,
43for the Debian GNU/Linux system (but may be used by others).