A handle in a bottom-up parser is a substring that matches the right-hand side of a production and whose reduction represents:
Show Hint
In a deterministic LR parser, there is exactly one handle in every right-sentential form. Finding this handle is the core task of the parsing algorithm.