Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 654 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 654 Bytes

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.