CLI Shunting Yard / RPN Calculator
A CLI calculator that converts normal noation (infix) to Reverse Polish Notation (RPN/Postfix) with Djikstra's Shunting Yard Algoritm.
Supports [+,-,*,/,^,Negative Numbers], Very crude implementation. (I also found it funny that it kind of mimicks the exact same behaviours as Microsoft's PowerToys Run)