Lowering Passes

Language Passes

Lowers complicated constructs into multiple simple constructs. foreach becomes a for loop, assert becomes an if and a throw, etc.

See also

Modules

volt.lowerer.image Holds ImageGatherer and various code for dealing with per image things.

Classes

ImageGatherer Collects various things that needs to emitted per image.