Skip to content

mangolang/mango_ir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mango intermediary representation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages