You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: