Recent questions tagged ll-parser

0 votes
2 answers
61
Given answer is 3. I am getting Two entries.Check it once.
2 votes
2 answers
63
Q if any Grammar is LL(1) definitely LALR(1) ?It is true or falsePlease ans explain in detail.
7 votes
6 answers
65
Which of the following statements is true?Every LL(1) grammar is LALR(1).Every LL(1) grammar is CLR(1). AS I think 2nd is True and 1st is False if I am wrong please let ...
1 votes
1 answer
66
Given answer is yes but i think should not be LL(1)
1 votes
1 answer
68
is this given diagram correct or incorrect if incorrect then please correct it .
1 votes
0 answers
70
True or False ,1) Is every LL grammar have one to one correspondance with DCFL?Please explain with examples.
4 votes
2 answers
71
S - (L) | aL - L . S | SQuestion: Make necessary changes to make it suitable for LL(1) parsing and Construct FIRST and FOLLOW sets.
1 votes
2 answers
74
ARE NUMBER OF SHIFT ENTRIES / ACTIONS IN PARSING TABLE OF SLR(1) AND LALR(1) SAME ALWAYS??
0 votes
1 answer
76
1 votes
1 answer
77
IS EVERY LL(1) GRAMMAR LALR(1)?? I DONT KNOW WHETHER ITS TRUE OR NOT?CAN SOMEONE EXPLAIN??
13 votes
2 answers
78
1. LL(k) grammars have one to one correspondance with DCFL's2. LR(k) grammars have one to one correspondance with CFL'sWhich of them is True and explain it bit clearly?
4 votes
1 answer
80
0 votes
1 answer
81
0 votes
1 answer
82
3 votes
1 answer
83
0 votes
1 answer
85
Consider a CFG contains ‘n’ tokens. What is the best case time complexity of LL(1) parsing n tokens?
1 votes
1 answer
86
1 votes
3 answers
89
Consider the following grammar , and test whether the grammar is LL(1) or not.S → 1AB | ∈A → 1AC | 0CB → OSC → 1