closed by
228 views
1 votes
1 votes
closed with the note: duplicate: https://gateoverflow.in/188389/type-is-grammar
Consider the below given productions:

S→PP
P→(P) / ϵ

Consider the below given statements

P: The grammar is LL(1).
Q: The grammar is CLR(1).
R: The grammar is not LALR(1)
closed by

Related questions

0 votes
0 votes
3 answers
1
8 votes
8 votes
3 answers
2
Parshu gate asked Nov 13, 2017
15,496 views
Suppose we are given a grammar and asked to find the type of that grammar , what is the algorithm which needs to be followed for each of them? LL(1), OR LR(0) , OR CLR(1...
2 votes
2 votes
1 answer
3
Parshu gate asked Jan 1, 2018
942 views
Consider the below given productions:S→PPP→(P) / ϵConsider the below given statementsP: The grammar is LL(1).Q: The grammar is CLR(1).R: The grammar is not LALR(1)