2 unstable releases
0.1.0 | Jun 13, 2020 |
---|---|
0.0.1 | Jul 22, 2020 |
#10 in #mango
Used in mangolib
7KB
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.