#programming-language #mango #wasm #compiler #construction #back-end

mango_wasm

The Mango programming language WebAssembly backend (UNDER CONSTRUCTION)

1 unstable release

0.1.0 Jun 13, 2020

#15 in #mango

Apache-2.0

7KB

Mango interpreter

Mango is a statically typed programming language that is designed to be compiled to WebAssembly.

It has a compiler frontend that does the parsing and type checking, producing IR. This project takes that IR data and produces runnable and optimized WebAssembly code.

Status

This project is still in early development stage. It is not ready to use, not even experimentally.

No runtime deps