Metadata >> NuGet >> Albatross.Expression

Albatross.Expression

Metadata

Authors Rushui Guan
Copyrights Copyright 2015
Description It handles common prefix, infix operations, custom operations and external variables. The utility class ExecutionContext can be used to create and eval multiple expressions with dependencies among each other. It has a built in Compile function that can detect circular reference among the expressions.
LicenseUrl https://github.com/RushuiGuan/expression/blob/master/License.md
Owners Rushui Guan
ProjectUrl https://github.com/RushuiGuan/expression/tree/master/Albatross.Expression
RequireLicenseAcceptance False
Summary A single statement expression parser.
Tags Expression Parser Eval
Title Albatross Expression Parser Evaluator
PackageSize 94135
PackageHashAlgorithm SHA512
PackageHash momYZN/UnE8oMiZX8U2hJtiMYclatGwCJuHU9DdTlhWnBbA1GH0/2e5UgVYs8x3XOD+ins16haUAadP2u1mNVQ==
DownloadCount 000000
CreatedDate 2015-08-11T03:07:34

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Albatross.Expression -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Albatross.Expression -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Albatross.Expression
Installing the package (HTTP Basic authentication):
Install-Package Albatross.Expression -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Albatross.Expression -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Albatross.Expression

OpenWrap

Installing the package:
o add-wrap Albatross.Expression
Uninstalling the package:
o remove-wrap Albatross.Expression

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.1.5700.39687
1.1.5700.38806
1.0.5644.41142