Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 984 Bytes

README.rst

File metadata and controls

28 lines (18 loc) · 984 Bytes

Mango IR (intermediary representation)

Mango IR is the data structure that represents the code after parsing and checking, but before code generation and most optimizations.

This data is produced by the compiler frontend, and compiled to WebAssembly by a backend, or interpreted by the interpreter.

Note that, for the time being, the intermediary format has no stability guarantees.

Status

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

Links