Very Simple Proof of Concept Parser for Simple Arithmetic Expressions which supports Addition, Subtraction, Multiplication, Division, Function Calls and Variables.
Info
Version: | 1.2.1 |
Author(s): | Thomas Bruderer |
Last Update: | Wednesday, September 16, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/FreeApophis/ArithmeticParser |
NuGet Url: | https://www.nuget.org/packages/SimpleArithmeticParser |
Install
Install-Package SimpleArithmeticParser
dotnet add package SimpleArithmeticParser
paket add SimpleArithmeticParser
SimpleArithmeticParser Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- apophis.Lexer(>= 1.4.2 && < 2.0.0)
- Autofac(>= 5.1.2 && < 6.0.0)
- Funcky(>= 2.1.0 && < 3.0.0)
- apophis.Lexer(>= 1.4.2 && < 2.0.0)
- Autofac(>= 5.1.2 && < 6.0.0)
- Funcky(>= 2.1.0 && < 3.0.0)
Tags