Consider the context free grammar E → E + E E → (E * E) E → id Where E is the starting symbol, the set of terminals is {id, (, + ,), *} and the set of non terminal is {E}.
Consider the context free grammar E → E + E E → (E * E) E → id Where E is the starting symbol, the set of terminals is {id, (, + ,), *} and the set of non terminal is {E}.