Our RPNCalculator
Fetches the first operand and the node pair before it, proceed them and returns result or recursively calls itself if the stack contains other values
Generated using TypeDoc
Our RPNCalculator