Consider the following grammar. S rightarrow As A rightarrow BCA A rightarrow BCa B rightarrow b C rightarrow c a. Show that the grammar is not LL(1). b. Is the grammar LL(k)? If so, give the k value and show the parsing table.
Consider the following grammar. S rightarrow As A rightarrow BCA A rightarrow BCa B rightarrow b C rightarrow c a. Show that the grammar is not LL(1). b. Is the grammar LL(k)? If so, give the k value and show the parsing table.