Module come::ir::function::ir_generator
source · Expand description
Functions to generate IR from AST.
Re-exports§
pub use expression::rvalue_from_ast;
Modules§
Structs§
IRGeneratingContext
is used to collect the basic blocks generated.
Functions§
- Generate IR from
ast::statement::compound::Compound
.