CLIC (Command Line Interface Calculator)
Run main.go and enter in any supported mathematical expression.
Supported operators are:
^raising to the power*multiplication/division+addition-subtraction()braces to group expressions
Sample input: 3 + 4 * 2 / (1 - -5) ^ 2 ^ 3 = 3.000005