pub fn codegen_ast(ast: &Statement) -> Result<IntermediateCode, CodegenError>
Expand description
Generates intermediate code from the AST.
pub fn codegen_ast(ast: &Statement) -> Result<IntermediateCode, CodegenError>
Generates intermediate code from the AST.