Consider the following grammar G:
|
S → tABCD A → qt |t B → r | ε C → q | ε D → p |
What is the FOLLOW(A)?
1
{r, q, p, t }
2
{r, q, p }
3
{ε, r, q, p }
4
{$, r, q, p }
Consider the following grammar G:
|
S → tABCD A → qt |t B → r | ε C → q | ε D → p |
What is the FOLLOW(A)?