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