closed by
6,510 views
4 4 votes
closed as a duplicate of: GATE CSE 1992 | Question: 02,xiv
Consider the SLR(1) and LALR(1) parsing tables for a context free grammar. Which of the following statements is/are true?

a] The goto part of both tables may be different.

b] The shift entries are identical in both the tables

c] The reduce entries in the tables may be different

d] The error entries in the tables may be different.
Position:
Show:

Related questions

74 74 votes
9 answers 9 answers
39.3k
39.3k views
Kathleen asked Sep 13, 2014
39,346 views
The access times of the main memory and the Cache memory, in a computer system, are $500$ n sec and $50$ nsec, respectively. It is estimated that $80\%$ of the main memor...
56 56 votes
2 answers 2 answers
21.7k
21.7k views
Kathleen asked Sep 13, 2014
21,674 views
Consider the $\text{SLR(1)}$ and $\text{LALR (1)}$ parsing tables for a context free grammar. Which of the following statement is/are true?The goto part of both tables m...
50 50 votes
2 answers 2 answers
13.2k
13.2k views
Kathleen asked Sep 13, 2014
13,190 views
For a context free grammar, FOLLOW(A) is the set of terminals that can appear immediately to the right of non-terminal $A$ in some "sentential" form. We define two sets L...
0 0 votes
1 1 answer
721
721 views
Prasanna Devi asked Nov 17, 2018
721 views
Consider the grammarS->a/ab/abcA) it is LL(1)B) it is LL(2)C) it is LL(3)