Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mlyacc(1)		     General Commands Manual		       mlyacc(1)

NAME
     mlyacc - parser generator for use with Standard ML and MLton

SYNOPSIS
     mlyacc foo.grm

DESCRIPTION
     mlyacc takes as input a parser specification foo.grm and produces as output
     in foo.grm.sig and foo.grm.sml a parser written in SML.

     For  details  on  the  parser specification, see the ML-Yacc User's Manual,
     which is in /usr/share/doc/mlton/mlyacc.pdf.

SEE ALSO
     mllex(1),mlton(1)

				January 17, 2021		       mlyacc(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mlyacc&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help