Discussion :: GATE CSE
-
For the grammar below, a partial LL(1) parsing table is also presented along with the grammar. Entries that need to be filled are indicated as E1, E2, and E3. ε is the empty string, $ indicates end of input, and, | separates alternate right hand sides of productions.S → a A b B | b A a B | εA → SB → SThe appropriate entries for E1, E2, and E3 are
Answer : Option C
Explanation :
-NA-
Be The First To Comment