Module ucglib::build[][src]

The build stage of the ucg compiler.

Re-exports

pub use self::ir::Val;

Modules

assets

The asset cache for the ucg compiler.

ir

The ir module holds the definitions of our ucg Intermediate Representation before it is converted to an output artifact.

Structs

AssertCollector

AssertCollector collects the results of assertions in the UCG AST.

Builder

Builder handles building ucg code for a single file..