Standard ML compiler that produces Lua and JavaScript code
Standard ML compiler that produces Lua/JavaScript
lunarml
$ lunarml compile -o output.lua input.sml
$ lunarml compile -target js -o output.js input.sml
$ lunarml check input.sml