ExpressiveParser 2.5.0
See the version list below for details.
dotnet add package ExpressiveParser --version 2.5.0
NuGet\Install-Package ExpressiveParser -Version 2.5.0
<PackageReference Include="ExpressiveParser" Version="2.5.0" />
paket add ExpressiveParser --version 2.5.0
#r "nuget: ExpressiveParser, 2.5.0"
// Install ExpressiveParser as a Cake Addin #addin nuget:?package=ExpressiveParser&version=2.5.0 // Install ExpressiveParser as a Cake Tool #tool nuget:?package=ExpressiveParser&version=2.5.0
Expressive
Expressive is a cross-platform expression parsing and evaluation framework. The cross-platform nature is achieved through compiling for .NET Standard
so it will run on practically any platform.
Documentation on how to use the framework can be found here.
Usage Example
var expression = new Expression("1+2");
var result = expression.Evaluate();
For further detail of usage please see the (Usage wiki page)
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.4 is compatible. netstandard1.5 was computed. netstandard1.6 was computed. netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen30 was computed. tizen40 was computed. tizen60 was computed. |
Universal Windows Platform | uap was computed. uap10.0 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on ExpressiveParser:
Package | Downloads |
---|---|
KamiSama.Iso8583.Protocol
rich ISO 8583 library to parse and compose messages and subset of the iso fields. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.1 | 14,863 | 5/23/2024 |
3.0.0 | 5,993 | 2/28/2024 |
2.5.0 | 139,304 | 1/17/2022 |
2.4.0 | 143,788 | 2/2/2021 |
2.3.0 | 3,242 | 1/11/2021 |
2.2.0 | 1,706 | 12/7/2020 |
2.1.1 | 6,550 | 10/29/2020 |
2.1.0 | 14,332 | 8/24/2020 |
2.0.0 | 4,837 | 7/16/2020 |
1.4.3 | 80,352 | 8/27/2019 |
1.4.2 | 21,003 | 7/16/2019 |
1.4.1 | 3,462 | 4/25/2019 |
1.4.0 | 711 | 3/23/2019 |
1.3.1 | 25,712 | 7/17/2018 |
1.3.0 | 5,181 | 6/12/2018 |
1.2.1 | 15,895 | 12/6/2017 |
1.1.1 | 1,364 | 8/24/2017 |
1.1.0 | 1,642 | 1/30/2017 |
1.0.1 | 1,394 | 7/27/2016 |
1.0.0 | 1,405 | 6/23/2016 |
Bug fixes:
* #99 - Change scope of classes in Expressive.Helpers from internal to public (https://github.com/bijington/expressive/issues/99)
* #107 - Smaller double is not less than larger float (https://github.com/bijington/expressive/issues/107)
* #108 - In function does not handle enumerable parameters (https://github.com/bijington/expressive/issues/108)
* #115 - Mean and Average always return 0 if a null is provided (https://github.com/bijington/expressive/issues/115)
* #119 - Median now ignores nulls (https://github.com/bijington/expressive/issues/119)
Features:
* #100 - Change scope of classes in Expressive.Helpers from internal to public (https://github.com/bijington/expressive/issues/100)
* #101 - Missing Bitwise NOT operator (https://github.com/bijington/expressive/issues/101)
* #76 - Add IndexOf function for strings (https://github.com/bijington/expressive/issues/76)
* #117 - Change scope of classes in expressivehelpers from internal to public (https://github.com/bijington/expressive/issues/117)