Function come::ir::function::ir_generator::while_statement::from_ast
source · pub fn from_ast(ast: &While, ctx: &mut IRGeneratingContext<'_>)
Expand description
Generate IR from ast::statement::While
AST node.