retagged by
720 views
4 votes
4 votes
closed as a duplicate of: GATE CSE 2017 Set 1 | Question: 43

Here what will we do check intersection of follow(S) and follow(B) if common find then declare SR CONFLICT or 

As S production finish but it's Intersection is only possible with terminal(which is after dot in unfinished production)

Please help what to do????

retagged by

Related questions

3 votes
3 votes
3 answers
1
thor asked Nov 15, 2016
2,289 views
1 votes
1 votes
1 answer
2
srestha asked Jun 17, 2018
1,391 views
$A→ b.a , \left \{ b \right \}$ $B→ b.,\left \{ a \right \}$It is a SR conflict in LALR(1). Now how reduce state operated on $a$ for non terminal $B$(and not $b$) ?...
0 votes
0 votes
1 answer
3
worst_engineer asked Jan 9, 2016
1,391 views
Will not there be 3 SR conflicts in CLR(1) reduction ?In fact their ans also says this :In the state I1 , will it not be SR conflict ?
0 votes
0 votes
1 answer
4
srestha asked Dec 15, 2015
1,640 views
Which of the following set could result SR conflict in LALR(1)?a) A→ a.b, {b} B→ a. , {a}b) A→ a.a , {a} B→ a. , {b}c) A→ b.a , {b} B→ b.,{a}d) A→ b...