Skip to content

A lightweight string to function interperter that does not use Reflection.Emit or System.Linq.Expressions, making in significantly faster in .NET Native compiled UWP apps.

License

mtaron/FunctionInterpreter

Repository files navigation

FunctionInterpreter

A lightweight string to function interperter that does not use Reflection.Emit or System.Linq.Expressions, making in significantly faster in .NET Native compiled UWP apps.

Check out the Quadrant app to see it in action.

nuget-badge Build status

Inspired by MathParser.

About

A lightweight string to function interperter that does not use Reflection.Emit or System.Linq.Expressions, making in significantly faster in .NET Native compiled UWP apps.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages