mparlak / Flee

Fast Lightweight Expression Evaluator
624 stars 119 forks source link

Expressions as variables don't work #50

Open tmlipinski opened 5 years ago

tmlipinski commented 5 years ago

I've tried exactly the demo code from https://github.com/mparlak/Flee/wiki/Expression-Variables . But the result is:

An unhandled exception of type 'System.InvalidCastException' occurred in Flee.dll Additional information: Specified cast is not valid.

Is something missing in this demo or...?