Function compile_expression

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