'\" t .\" Title: ml-antlr .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.20 .\" Date: 2023-07-31 .\" Manual: \ \& .\" Source: SML/NJ .\" Language: English .\" .TH "ML\-ANTLR" "1" "2023-07-31" "SML/NJ" "\ \&" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" ml-antlr \- an LL(k) parser generator for Standard ML .SH "SYNOPSIS" .sp \fBml\-antlr\fP [\fIOPTIONS\fP] \fIfile\fP .SH "DESCRIPTION" .sp \fBML\-Antlr\fP is an LL(k) parser generator for Standard ML that is loosely modeled on Terence Parr\(cqs \fBANTLR\fP parser generator. .SH "OPTIONS" .sp \fB\-32\fP .RS 4 run the 32\-bit version of the program (currently the default). .RE .sp \fB\-64\fP .RS 4 run the 64\-bit version of the program. This option only applies to the \fBx86\-64\fP (aka \fBamd64\fP) architecture. .RE .sp \fB\-\-dot\fP .RS 4 generate DOT output (\c .URL "http://www.graphviz.org" "" ")." The generated file will be named \f(CRfile.dot\fP, where \f(CRfile\fP is the input file. .RE .sp \fB\-\-latex\fP .RS 4 generate a simple LaTeX version of the grammar, named \f(CRfile.tex\fP. .RE .sp \fB\-\-unit\-actions\fP .RS 4 ignore the action code in the grammar, and instead return \f(CRunit\fP for every production. .RE .SH "AUTHOR" .sp \fBML\-Antlr\fP was written by Aaron Turon. .SH "SEE\-ALSO" .sp ml\-ulex(1), ml\-yacc(1) .SH "COPYING" .sp Copyright \(co 2020 The Fellowship of SML/NJ .sp This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.