This library allows the evaluation of expressions at runtime.
evaluateBool : Eexl.Context.Context -> String -> Result String Basics.Bool
Evaluate an expression that returns a Bool.
evaluateInt : Eexl.Context.Context -> String -> Result String Basics.Int
Evaluate an expression that returns an Int.