in Compiler Design retagged by
6,442 views
8 votes
8 votes
Consider the following augmented grammar with $\{ \#, @, <, >, a, b, c \}$ as the set of terminals. $$\begin{array}{l} S’ \rightarrow S \\ S \rightarrow S \# cS \\ S \rightarrow SS \\ S \rightarrow S @ \\ S \rightarrow < S > \\ S \rightarrow a \\ S \rightarrow b \\ S \rightarrow c \end{array}$$Let $I_0 = \text{CLOSURE}(\{S’ \rightarrow \bullet S\})$. The number of items in the set $\text{GOTO(GOTO}(I_0<), <)$ is ___________
in Compiler Design retagged by
by
6.4k views

1 Answer

26 votes
26 votes
Best answer

We can count the items in the third collection.

Answer : 8

edited by
Answer:

Related questions