1mlyacc(1)                   General Commands Manual                  mlyacc(1)
2
3
4

NAME

6       mlyacc - parser generator for use with Standard ML and MLton
7

SYNOPSIS

9       mlyacc foo.grm
10

DESCRIPTION

12       mlyacc  takes  as  input a parser specification foo.grm and produces as
13       output in foo.grm.sig and foo.grm.sml a parser written in SML.
14
15       For details on the parser specification, see the ML-Yacc User's Manual,
16       which is in /usr/share/doc/mlton/mlyacc.pdf.
17
18

SEE ALSO

20       mllex(1),mlton(1)
21
22
23
24                               February 6, 2018                      mlyacc(1)
Impressum