retagged by
881 views
2 votes
2 votes

$S_1 :$ Recursive decent parser takes more time and less space.

$S_2 :$ LL(1) Parser takes more time and more space.

$S_3 :$ LL(1) Parser takes less time and less space.

$S_4 :$ Recursive descent Parser takes more time and more space.

a). (1) and (2) is correct.                    b). (1) and (3) is correct
c). (2) and (4) is correct.                    d). (4) and (3) is correct.


Ques2: Consider $2^{nd}$ production as $\tt A \rightarrow Bc|dA|\epsilon$ (I think answer given is wrong)

retagged by

1 Answer

3 votes
3 votes

I am not even near to any Option.

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
1 answer
2
0 votes
0 votes
1 answer
3
0 votes
0 votes
1 answer
4
focus _GATE asked Jan 11, 2017
400 views