• Stars
    star
    151
  • Rank 245,018 (Top 5 %)
  • Language
    C#
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

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: