SearchProductionToReduce (Stack)
Given following language, which can parse arithmetic expressions with the multiplication and addition operations:
num is a terminal, and the lexer parse any integer as num; E represents an arithmetic expression, T is a term and F is a factor.
and the Parsing table: