'\" t .\" Title: ml-antlr .\" Author: [see the "AUTHOR" section] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: 10/04/2015 .\" Manual: \ \& .\" Source: SML/NJ 110.79 .\" Language: English .\" .TH "ML\-ANTLR" "1" "10/04/2015" "SML/NJ 110\&.79" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ml-antlr \- an LL(k) parser generator .SH "SYNOPSIS" .sp \fBml\-antlr\fR [\fIOPTIONS\fR] \fIfile\fR .SH "DESCRIPTION" .sp ML\-Antlr is an LL(k) parser generator for Standard ML that is loosely modeled on Terence Parr\(cqs \fBANTLR\fR parser generator\&. .SH "OPTIONS" .PP \fB\-\-dot\fR .RS 4 generate DOT output (http://www\&.graphviz\&.org)\&. The generated file will be named file\&.dot, where file is the input file\&. .RE .PP \fB\-\-latex\fR .RS 4 generate a simple LaTeX version of the grammar, named file\&.tex\&. .RE .PP \fB\-\-unit\-actions\fR .RS 4 ignore the action code in the grammar, and instead return unit for every production\&. .RE .SH "AUTHOR" .sp ml\-antlr(1) was written by Aaron Turon\&. .SH "COPYING" .sp Copyright \(co 2014 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\&. .SH "SEE-ALSO" .sp ml\-ulex(1)