calculator CLI calculator based on the Shunting Yard algorithm. Supports arithmetic expressions involving +, -, *, /, ^ operators, as well as parentheses. Non-integer operands are unsupported. Use exit to exit the program.