Function mice::mir::lower

source · []
pub fn lower(ast: &Program) -> Result<Mir, InvalidProgram>
Expand description

Lower a parsed dice program to MIR. Currently infallible, as the parser already rejects ill-typed programs.