Module build

Module build 

Source
Expand description

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
stdlib

Structs§

AssertCollector
AssertCollector collects the results of assertions in the UCG AST.
FileBuilder
Builder handles building ucg code for a single file.