Function come::ir::function::ir_generator::if_statement::from_ast
source · pub fn from_ast(ast: &If, ctx: &mut IRGeneratingContext<'_>)Expand description
Generates IR for an if statement.
pub fn from_ast(ast: &If, ctx: &mut IRGeneratingContext<'_>)Generates IR for an if statement.