pub fn compile_expression(
ast: &Expr<SourceRange>,
source_path: String,
opts: CompileOpts,
) -> Result<CodeObject, LocatedError<CodegenErrorType>>
pub fn compile_expression(
ast: &Expr<SourceRange>,
source_path: String,
opts: CompileOpts,
) -> Result<CodeObject, LocatedError<CodegenErrorType>>