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.

Links

.. Official website: https://mangocode.org/ .. _Documentation: https://docs.mangocode.org/ .. _Code of conduct and contributing: https://github.com/mangolang/mango .. _compiler frontend: https://github.com/mangolang/compiler .. _IR: https://github.com/mangolang/mangoir