pub fn evaluate_binary( span: Span, op: BinaryOperation, lhs: &Value, rhs: &Value, ) -> Result<Value>
Evaluate a binary operation.