One useful wrapper step under two input tails #
Two productive computations may have different unconsumed tails while still sharing the next input symbol. Since a pushdown transition sees only that symbol, the control state, and the top stack symbol, their next useful moves have the same control and stack effects. This file records the corresponding relation between the two input components as well.
Two steps with corresponding source inputs either both preserve their respective inputs, or both consume the same leading terminal.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Useful one-step computations from equal state/stack cuts and inputs with
the same one-symbol lookahead have equal state and stack effects. Their input
effects correspond in the sense of CorrespondingInputStep.
The two source cuts may be reached from different complete input words.