File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ Here is a list of which operators are supported in ExpressionEvaluator or not
512512
513513### Assignation operators
514514
515- ** Warning all of the following operators change the value of their left element.**
515+ **Warning all of the following operators change the value of their left element.**
516516
517517Assignation operators (and also postfix operators (++ and --)) are usable on :
518518
@@ -638,3 +638,4 @@ I would say every C# evaluation libraries have drawbacks and benefits, Expressio
638638
639639The biggest difference of ExpressionEvaluator is that everything is evaluated on the fly , nothing is compiled or transpile nor in CLR /JIT nor in lambda expressions nor in javascript or other languages stuffs .
640640So it can be slower in some cases (sometimes not ) but it also avoid a lot of memory leaks and already allow to evaluate some small scripts .
641+ And if you don 't want an another .dll file in your project , you only need to copy one [C # file ](./ CodingSeb .ExpressionEvaluator / ExpressionEvaluator .cs ) in your project .
You can’t perform that action at this time.
0 commit comments