Skip to content

Commit bed6c0f

Browse files
committed
Some corrections and small change in readme
1 parent 1113636 commit bed6c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

517517
Assignation 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

639639
The 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.
640640
So 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.

0 commit comments

Comments
 (0)