Package mlton

Optimizing compiler for Standard ML

http://mlton.org/

MLton is a whole-program optimizing compiler for Standard ML. MLton
generates standalone executables with excellent runtime performance,
is SML 97 compliant, and has a complete basis library. MLton has
source-level profiling, a fast C FFI, an interface to the GNU
multiprecision library, and lots of useful libraries.

Version: 20210117

General Commands

mllex lexer generator for use with Standard ML and MLton
mlnlffigen glue-code generator for use with the new "NLFFI" foreign function interface for Standard ML and MLton
mlprof display profiling information for a MLton-compiled executable
mlton whole-program compiler for the Standard ML (SML) programming language
mlyacc parser generator for use with Standard ML and MLton