ExpressiveParser 1.0.1
See the version list below for details.
dotnet add package ExpressiveParser --version 1.0.1
NuGet\Install-Package ExpressiveParser -Version 1.0.1
<PackageReference Include="ExpressiveParser" Version="1.0.1" />
paket add ExpressiveParser --version 1.0.1
#r "nuget: ExpressiveParser, 1.0.1"
// Install ExpressiveParser as a Cake Addin #addin nuget:?package=ExpressiveParser&version=1.0.1 // Install ExpressiveParser as a Cake Tool #tool nuget:?package=ExpressiveParser&version=1.0.1
A multi-platform expression parsing and evaluating framework.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. 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. |
This package has 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 | 22,335 | 5/23/2024 |
3.0.0 | 7,181 | 2/28/2024 |
2.5.0 | 156,435 | 1/17/2022 |
2.4.0 | 152,570 | 2/2/2021 |
2.3.0 | 3,252 | 1/11/2021 |
2.2.0 | 1,762 | 12/7/2020 |
2.1.1 | 6,640 | 10/29/2020 |
2.1.0 | 14,498 | 8/24/2020 |
2.0.0 | 4,848 | 7/16/2020 |
1.4.3 | 80,860 | 8/27/2019 |
1.4.2 | 22,109 | 7/16/2019 |
1.4.1 | 3,616 | 4/25/2019 |
1.4.0 | 729 | 3/23/2019 |
1.3.1 | 26,059 | 7/17/2018 |
1.3.0 | 5,193 | 6/12/2018 |
1.2.1 | 15,952 | 12/6/2017 |
1.1.1 | 1,375 | 8/24/2017 |
1.1.0 | 1,653 | 1/30/2017 |
1.0.1 | 1,405 | 7/27/2016 |
1.0.0 | 1,422 | 6/23/2016 |
Version 1.0.1 includes
Bug fixes:
* Unary operators now correctly evaluate.
* If either side of an operation is missing an exception will be thrown to idenfity a break in the evaluation.
* Empty expressions are now treated as a break in the evaluation process.
* Empty parentheses are now treated as a break in the evaluation process.
Features:
* Added in a Null Coalescing operator (??).
General:
* Reworked the exceptions that are thrown so that they are all wrapped up inside a single ExpressiveException with a helpful message.