12 lookahead symbols (tokens) follow (these are the column labels for the table): begin keyword end keyword ; special := special if keyword then keyword + special += special = special identifier number EndMarker 7 nonterminals follow, along with the table showing rules used for each: 1 0 0 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 4 0 0 5 0 0 0 0 0 0 0 0 5 0 0 0 7 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 9 10 0 10 grammar rules follow (each digit indicates # of items in rule body): 1 -> 1 2 -> 3 begin end 3 -> 1 4 -> 1 5 -> 2 6 -> 2 ; 7 -> 0 8 -> 3 identifier := 9 -> 1 identifier 10 -> 1 number