1,104 views

1 Answer

2 votes
2 votes

Given  diagram clearly explains the relationship among types of grammars

If a Grammar is LR(0), then it always will be a SLR(1) and LALR(1) 

Related questions

0 votes
0 votes
1 answer
2
aditi19 asked Jul 6, 2018
370 views
Does bottom up parsers give postfix expression?
2 votes
2 votes
2 answers
3
gate19 asked May 26, 2018
1,151 views
What is the difference between $SLR(1)$ and $LALR(1)$ parser ? Both parser have same parsing table then how $SLR$ is subset of $LALR$ ?
0 votes
0 votes
1 answer
4
Utsav09 asked Jan 31, 2018
368 views
Consider the grammar given$S\rightarrow AA$$A\rightarrow aA / b$How many entries will be blank in the GOTO table for SR(0) items?