ExpressiveParser is a NuGet library that 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.
string
, char
, boolean
, and floating-point literals.You can easily install it from the Package Manager Console window by running the following command.
PM> Install-Package ExpressiveParser