Function calcit_runner::runner::evaluate_expr[][src]

pub fn evaluate_expr(
    expr: &Calcit,
    scope: &CalcitScope,
    file_ns: &str,
    program_code: &ProgramCodeData
) -> Result<Calcit, String>