LL(1) Table Generation
1. If can derive a string starting with
a (i.e., for all a in FIRST( ) ,
For every production A in the grammar:
Table [A, a] = A
2. If
can derive the empty string, , then, for all b that can follow
a string derived from A (i.e., for all b in FOLLOW (A) ,
Table [A,b] = A
Send questions and comments to: Karen Lemone