176 views
0 votes
0 votes
I know how to draw tables of all parsers.

I know that in LR(0) while reducing you have to put reduce in every action of entire column. In SLR(1) it is done only in follow of that non terminal.

But I want to know how to solve these types of question fastly and effectively.

And I also want to know which conflict I should find first

--) Shift-Reduce or Reduce -Reduce  in order to tell fast which parser it is.

Please log in or register to answer this question.

Related questions

1 votes
1 votes
1 answer
3
Na462 asked Jan 26, 2019
1,394 views
0 votes
0 votes
1 answer
4
aditi19 asked Jul 6, 2018
371 views
Does bottom up parsers give postfix expression?