Skip to content

Commit 5abe8fb

Browse files
committed
Merge branch 'master' into dev
2 parents bd6cc78 + 6cda5e0 commit 5abe8fb

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
@@ -16,7 +16,7 @@ It is largely based on and inspired by the following resources [this post on st
1616
|nuget|[![NuGet Status](http://img.shields.io/nuget/v/CodingSeb.ExpressionEvaluator.svg?style=flat&max-age=86400)](https://www.nuget.org/packages/CodingSeb.ExpressionEvaluator/)|
1717

1818
## Features
19-
* Basic mathematical expression evaluation
19+
* Basic mathematical and logical expression evaluation
2020
* System.Math methods and constants directly available (some like Max, Min, Avg are improved)
2121
* Some useful [functions](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-functions#standard-functions) for example to create List and Arrays
2222
* [Custom variables definition](https://github.com/codingseb/ExpressionEvaluator/wiki/Variables-and-functions#custom-variables)
@@ -51,6 +51,7 @@ It is largely based on and inspired by the following resources [this post on st
5151
### Free
5252
* [NCalc](https://github.com/pitermarx/NCalc-Edge)
5353
* [Jint](https://github.com/sebastienros/jint) Support scripting but with Javascript
54+
* [NLua](https://github.com/NLua/NLua) use Lua language in C#
5455
* [DynamicExpresso](https://github.com/davideicardi/DynamicExpresso/)
5556
* [Flee](https://github.com/mparlak/Flee)
5657
* [CS-Script](https://github.com/oleg-shilo/cs-script) Best alternative (I use it some times) -> Real C# scripts better than ExpressionEvaluator (But everything is compiled. Read the doc. Execution is faster but compilation can make it very slow. And if not done the right way, it can lead to [memory leaks](https://en.wikipedia.org/wiki/Memory_leak))

0 commit comments

Comments
 (0)