mparlak / Flee

Fast Lightweight Expression Evaluator
607 stars 119 forks source link

Overload for And,Or operators. Custom Error messages. #67

Open irinasmt opened 5 years ago

irinasmt commented 5 years ago

Updated riskfirst/Flee with all the changes from the base repo mparlak/Flee

irinasmt commented 5 years ago

Few changes from RiskFirst.

  1. And Or operators can now be overloaded
  2. Added custom error messages when failing to evaluate the expression
  3. Conditional now accepts types convertible to bool.