1mlyacc(1) General Commands Manual mlyacc(1)
23
4
NAME
6mlyacc - parser generator for use with Standard ML and MLton
7
SYNOPSIS
9mlyacc foo.grm
10
DESCRIPTION
12mlyacc takes as input a parser specification foo.grm and produces as
13output in foo.grm.sig and foo.grm.sml a parser written in SML.
1415
For details on the parser specification, see the ML-Yacc User's Manual,
16which is in /usr/share/doc/mlton/mlyacc.pdf.
1718
SEE ALSO
20mllex(1),mlton(1)
2122
23
24
February 6, 2018 mlyacc(1)