[−][src]Module ucglib::build
The build stage of the ucg compiler.
Re-exports
pub use self::ir::Val; |
Modules
| assets | The asset cache for the ucg compiler. |
| 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. |
| scope |
Structs
| AssertCollector | AssertCollector collects the results of assertions in the UCG AST. |
| FileBuilder | Builder handles building ucg code for a single file. |