Skip to content

ilyas-kalandar/SharpCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpCalc

Tiny calculator, created with C# & .NET

Currently support +, -, /, * and ()

How to run?

Clone repo

git clone https://github.com/ilyas-kalandar/SharpCalc

Change directory

cd SharpCalc

Run

dotnet run 

Example

SharpCalc>> (10 * 3) + (6 * 2) + 8
Ans: 50
SharpCalc>> 2 + 7 * 3
Ans: 23
SharpCalc>>

About

Simple mathematical expressions evalulator, created with AST & RD.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages