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