Function translate

pub fn translate(
    driver: &mut Driver,
    ast: AstRoot,
    metadata: AstMetadata,
    symbols: SymbolTable,
    constants: ConstantTable,
)
Expand description

Lowers the C AST produced by the parser into BlueTac intermediate representation (IR), and then passes the generated IR to the codegen stage.