Function codegen_ast

Source
pub fn codegen_ast(ast: &Statement) -> Result<IntermediateCode, CodegenError>
Expand description

Generates intermediate code from the AST.