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