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

FreeBSD Manual Pages

  
 
  

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

NAME
     mllex - lexer generator for use with Standard ML and MLton

SYNOPSIS
     mllex foo.lex

DESCRIPTION
     mllex  takes  as input a lexer specification foo.lex and produces as output
     in foo.lex.sml a lexer written in SML.

     For details on the lexer specification, see A  Lexical  Analyzer  Generator
     for Standard ML, which is in /usr/share/doc/mlton/mllex.pdf.

SEE ALSO
     mlton(1),mlyacc(1)

				January 17, 2021			mllex(1)

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

home | help