Albatross.Expression
3.0.11
dotnet add package Albatross.Expression --version 3.0.11
NuGet\Install-Package Albatross.Expression -Version 3.0.11
<PackageReference Include="Albatross.Expression" Version="3.0.11" />
paket add Albatross.Expression --version 3.0.11
#r "nuget: Albatross.Expression, 3.0.11"
// Install Albatross.Expression as a Cake Addin
#addin nuget:?package=Albatross.Expression&version=3.0.11
// Install Albatross.Expression as a Cake Tool
#tool nuget:?package=Albatross.Expression&version=3.0.11
Albatross.Expression api is created to process and evaluate text based expression strings. The api tokenizes the expression text and create a tree model from the tokens. Using the model, it can evaluate the expression or convert it to a expression of different format. Some applications revert the process by creating the model first and using it to generate certain expression such as a sql query statement. The api also contains a useful ExecutionContext class that allows evaluation of expressions with variables. The variables can be read internally or directly from external objects.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- System.Security.Principal.Windows (>= 5.0.0)
- System.Text.Json (>= 5.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Albatross.Expression:
Package | Downloads |
---|---|
DnDGen.RollGen
This gives a basic, fluid interface for rolling dice from the D20 system - commonly known to work with Dungeons and Dragons. Die included are d2, d3, d4, d6, d8, d10, d12, d20, Percentile (d100), and custom die rolls. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Please see https://rushuiguan.github.io/expression/