Function evaluate_expr_with_context

Source
pub fn evaluate_expr_with_context(
    expr: Expr,
    book: &Book,
    debug: bool,
) -> Result<Value, Error>