Text-based parsing calculator made using Avalonia.
'+' -> Add
'-' -> Subtract
'*' -> Multiply
'/' -> Divide
'V' -> Square root
'-' -> Negative value
Just type in your expression into the big, large text box, called the expression box, and hit Calculate! You should see the result now in the result text box.
Here's an example of an expression:
1 + 2 * 3V3 * V4.
Simple right?
It has little to no actual real value in the real world. You're probably better off just searching on google than building this project, since it's just for learning purposes