retagged by
1,652 views

1 Answer

0 votes
0 votes

Since LALR include lookahead terminal and we make use of only this while constructing for tables,also we merge two states in some cases

Due to this blank entries in the LALR table is more than the SLR table
And Blank entries are "Error Detecting capablity" of the Parser.

Thus Error Detecting Capability is more in LALR than SLR due to which we prefer it.

If Anything is wrong Please correct me.....

 

Related questions

2 votes
2 votes
4 answers
1
0 votes
0 votes
1 answer
2
Aspi R Osa asked Jan 22, 2016
18,700 views
Could someone please help me check the conflicts in LALR parser. I never understand the difference between these CLR and LALR. and because of this i even forget the SLR p...
0 votes
0 votes
1 answer
3
Shyam Singh 1 asked Dec 10, 2016
1,518 views
Every SLR grammar is unambiguous. True or False? Why?
1 votes
1 votes
1 answer
4
A_i_$_h asked Nov 8, 2017
4,873 views
S- L=R|RL->*R|idR->Lcan someone draw the states with lookaheads?i am always getting confused on what should be the lookahead along with the grammarand how to find if ther...