lower_statement

Function lower_statement 

Source
fn lower_statement(
    statement: &Statement,
    ctx: &mut LoweringContext<'_>,
    instructions: &mut Vec<Instruction>,
) -> bool