closed by
222 views
0 votes
0 votes
closed as a duplicate of: GATE CSE 2013 | Question: 9
If the grammar is not allowed to have epsilon /unit productions then the maximum number of reduce moves which are required during bottom up evaluation of X tokens by bottom up parser is ?
closed by

Related questions

0 votes
0 votes
1 answer
1
0 votes
0 votes
1 answer
3
Ebrahim asked Jan 12
175 views
Q1. For the following grammar N - AB | BA A - a | CAC B - b | CBC C - a | b Find the FIRST and FOLLOW
0 votes
0 votes
0 answers
4
Ebrahim asked Jan 11
109 views
Find the FIRST and FOLLOW of the grammar to check whether it is LL (1) parser or not. N → AB | BA A → a | CAC B → b | CBC C → a | b