mlkit

Compiler for the Standard ML programming language

brewmacoslinux
Try with needOr install directly
Source

About

Compiler for the Standard ML programming language

Commands

ml-buildml-lexml-yaccsml

Examples

Start an interactive SML REPL session$ sml
Compile an SML source file to executable$ ml-build sources.cm Main.main hello
Generate lexer from lex specification file$ ml-lex scanner.lex