pub fn compile_block_expression(
    ast: &[Stmt],
    source_path: String,
    opts: CompileOpts
) -> Result<CodeObject, CodegenError>