KnightOS/calculator

RPN mode

ajcord opened this issue · 0 comments

I think as a starting point, it might make sense to implement Reverse Polish Notation for the KnightOS calculator. It would make parsing expressions much easier because you can just use a stack without worrying about evaluating parentheticals or order of operations.

Once standard parsing is implemented, RPN could remain as a secondary mode for those who prefer it.