A new version of the ExpressionEval component is released today!
It’s the 0.6 version.
The error management has been refactored. Some objects name have been simplified. ExprExecResult is now ExecResult, ExprParseResult is now ParseResult,…
The Xor logical operator (Exclusive Or) has been added.
A Visual Studio solution is available on github at: https://github.com/Pierlam/ExpressionEval. This repository contains several code samples using this new version of the ExpressionEval library. See the folder TestExpressionEvalNetCoreApp in the solution to found code samples.
The component is available as a package on nuget here.