Example Parsing Table[Aho, Lam, Sethi, and Ullman, Compilers, Fig. 4.37, p. 252.]
1. E → E + T 2. E → T 3. T → T * F 4. T → F 5. F → ( E ) 6. F → id