Stack Machine Feed
A compiler emits code for a stack machine from this expression tree.
The machine has PUSH n, and binary operators that pop two values and push the result. Which token order can it execute straight through, left to right, with no lookahead?
Sign in to answer questions and track your progress
Sign In