This is my first ever C# project, although the upload of this repo may say otherwise, thats becuase i found this project a few months ago and i though it was completly lost to time.
Calculator provides a static class that can parse strings containing an arithmetical structure:
2+2-1
Result: 3
2*2/2
Result: 2
2#4+2^2
Result: 6
10+2302*3−(2#16/2)*20/2/(1+1*2)*(−5)
Result: 364,500,043.33
Ok, for some reason, the terminal didn't want to detect the proper symbol for square root, so i had to improvise, the symbol still works as expected tho, Index on the left and Radicand on the right