Introduction to Whale IR v0
Whale IR (WIR) is the intermediate representation used by the Whale toolchain, which powers the Wave programming language.It is designed to be:
SSA-based
Fully defined (no undefined behavior)
Faithful to the original AST at -O0
Optimization-frien...
blog.wave-lang.dev4 min read