Add in a simple parser for inputs so I can input say "50*10" for a numerical scale instead of "500". It should support just numbers, multiply, divide, add, subtract, power, and brackets.
Add in a simple parser for inputs so I can input say "50*10" for a numerical scale instead of "500".
It should support just numbers, multiply, divide, add, subtract, power, and brackets.