[][src]Module ucglib::build

The build stage of the ucg compiler.

Re-exports

pub use self::ir::Val;

Modules

format

The format string logic for ucg format expressions.

ir

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

opcode
scope

Structs

AssertCollector

AssertCollector collects the results of assertions in the UCG AST.

FileBuilder

Builder handles building ucg code for a single file.