dynamicexpresso / DynamicExpresso

C# expressions interpreter
http://dynamic-expresso.azurewebsites.net/
MIT License
2.02k stars 379 forks source link

Revert changes introduced in #296 #333

Closed metoule closed 1 week ago

metoule commented 1 week ago

The changes introduced in #296 caused #324 and #325, so this PR revert it. The proper fix will come in a later PR, because it will require creating a late binding expression, and it's a bit complex.

Fix #324 Fix #325