Skip to main content

evaluate

Function evaluate 

Source
pub fn evaluate(
    node: &Value,
    scope: &[(String, Value)],
) -> Result<Value, ExprFailure>
Expand description

Evaluate an IR expression node against a scope, producing a runtime Value.