npstack = pstack[:] while len(npstack) > 0: if action(npstack[-1], toks[0]) != error: return (npstack, toks) npstack.pop() del toks[0].
確定! 回上一頁