1 unstable release
0.1.0 | Jun 13, 2020 |
---|
#15 in #mango
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.