previous | index | next

Another Scenario

If N is all that is on the stack, then there must be another operand in the expression, so shift op onto the stack:

Stack Rest of Expression Next Action
$ N op ... $ Shift


previous | index | next