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§
- Assert
Collector - AssertCollector collects the results of assertions in the UCG AST.
- File
Builder - Builder handles building ucg code for a single file.