Recent questions tagged parsing

4 votes
1 answer
634
Do we directly say it is not LL(1) because it is left recursive or do we eliminate the left recursion, create the parsing table and then make a decision.
3 votes
2 answers
635
Why only one derivation?? S- E - E+E - E+a - a+a S- E+E - E+a - a+aAre these two derivations possible??
8 votes
4 answers
636
What is the number of steps required to derive the string $((()\; ())\; ())$ for the following grammar?$S \to SS$$S \to (S)$$S \to \varepsilon$ $10$ $12$ ...
0 votes
2 answers
641
1 votes
2 answers
645
46 votes
2 answers
658
Type checking is normally done duringlexical analysissyntax analysissyntax directed translationcode optimization
24 votes
2 answers
659