Function codegen

pub fn codegen(
    driver: &mut Driver,
    bt_root: BtRoot,
    symbols: SymbolTable,
    constants: ConstantTable,
)
Expand description

Generates the assembly code for the given IR program and then emits/writes the code to an ā€˜.s’ file.