KeenS / webml

A Standard ML Compiler for the Web
MIT License
385 stars 13 forks source link
compiler rust standard-ml webassembly

WebML -- A Standard ML compiler for the Web

Build Status

WebML is to be a Standard ML (SML '97) Compiler that works on web browsers and generates WebAssembly binaries. WebAssembly binaries can be run on web browsers. This means you can run SML REPL on web browsers.

Status

Under very early stage of initial development. Compiles only minimal subset of SML codes. The garbage collector is not complete.

Links

Implemented features

Core

Module

not yet implemented

Program