A new version of the ExpressionEval component is released!
It’s the 0.5 number version.
Calculation expression is now implemented.
Example: ((a+12)*b)
Function call can now have until three parameters, managed type for parameters and for the function return value are: bool, int, string and double.
Example: fct(a,b,c)
And also, some bugs were fixed improving the execution stability.
The component is available as a package on nuget here.