Module cairo_lang_lowering::lower
source · Modules
- Statement generators. Add statements to BlockBuilder while respecting variable liveness and ownership of OwnedVariable.
Functions
- Lowers a semantic free function.
- Lowers a semantic statement.
- Lowers an expression that is either a complete block, or the end (tail expression) of a block.
- Converts
LoweringResult<LoweredExpr>
intoBlockScopeEnd
.