Chapter 4: Syntax Analysis
Example
Consider the grammar And its parse table
E
E + T | T
T
T * F | F
F
( E ) | id