Skip to content

Commit 3c6a102

Browse files
Add a link to "Similar projects" for MathParser
1 parent dcf5fa9 commit 3c6a102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ It is largely based on and inspired by the following resources [this post on st
5353
* [Flee](https://github.com/mparlak/Flee)
5454
* [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))
5555
* [Roslyn](https://github.com/dotnet/roslyn) The Microsoft official solution (For scripting [see](https://github.com/dotnet/roslyn/wiki/Scripting-API-Samples))
56+
* [MathParser](https://github.com/KirillOsenkov/MathParser) expression tree compiler and interpreter for math expressions. Heavily inspired by Roslyn.
5657

5758
### Commercial
5859
* [Eval Expression.NET](http://eval-expression.net/)

0 commit comments

Comments
 (0)