Info
Version: | 3.1.1 |
Author(s): | Jonathan Wood |
Last Update: | Sunday, March 31, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SoftCircuits/ExpressionEvaluator |
NuGet Url: | https://www.nuget.org/packages/SoftCircuits.ExpressionEvaluator |
Install
Install-Package SoftCircuits.ExpressionEvaluator
dotnet add package SoftCircuits.ExpressionEvaluator
paket add SoftCircuits.ExpressionEvaluator
SoftCircuits.ExpressionEvaluator Download (Unzip the "nupkg" after downloading)
Dependencies
- SoftCircuits.Parsing.Helper(>= 1.0.10)
Tags
Expressions can include integer, double and string operands. Operators can include "+", "-", "*", "/", "%", "^" and "&".
Supports custom functions and symbols. Provides easy integration with any application.
Now targets either .NET Standard 2.0 or .NET 5.0 and supports nullable reference types.