bijington / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

Playground

A full playground can be found at: https://bijington.github.io/expressive-playground/ (Currently under development so be gentle :))

Releases

Expressive is available via:

About

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.

License:MIT License


Languages

Language:C# 99.6%Language:Batchfile 0.3%Language:PowerShell 0.1%