lunarml

Standard ML compiler that produces Lua and JavaScript code

brewmacoslinux
Try with needOr install directly
Source

About

Standard ML compiler that produces Lua/JavaScript

Commands

lunarml

Examples

Compile a Standard ML file to Lua$ lunarml compile -o output.lua input.sml
Compile a Standard ML file to JavaScript$ lunarml compile -target js -o output.js input.sml
Check syntax and types without generating code$ lunarml check input.sml