edited by
391 views
0 votes
0 votes
Can we comment/compare the number of GOTO moves in

LALR and CLR

CLR and SLR?
edited by

1 Answer

0 votes
0 votes
goto moves for lalr and slr are same, but for clr it is can be different.

because

when we merge in LALR we merge both the action and goto part

@conclude from above comment

Related questions

0 votes
0 votes
1 answer
1
aditi19 asked Mar 25, 2019
1,104 views
Can lookahead symbol be epsilon in LR(1) parsing?andpls give the LR(1) diagram for the following grammar?A->AB | aB->*AC | Cb | ∈C->+ABc | ∈
0 votes
0 votes
0 answers
2
sushmita asked Dec 31, 2018
391 views
WHAT IS A VALID ITEM FOR A VIABLE PREFIX?CAM SOMEONE EXPLAIN IN EASY WAY.
0 votes
0 votes
1 answer
4
iamdeepakji asked Oct 10, 2018
292 views
What is actual difference between in LALR(1) and CLR(1).please explain this by taking one example.