retagged by
1,303 views

1 Answer

1 1 vote
(i) False, as Left linear grammar is regular but not LL(1).

(ii) False, every LL(1) is topdown and  LALR(1) is a bottom up parser.

(iii) False, LR(0) is bottom up and LL(k) is top down

(iv) True, if a context free language is inherently ambiguous then every grammar generating that language is ambiguous.
Position:
Show:

Related questions

0 0 votes
1 1 answer
1.2k
1.2k views
KISHALAY DAS asked Nov 9, 2016
1,216 views
Which of the following statements is true?Every LR(0) grammar is also SLR(1)An ambiguous grammar can never be LR grammarEvery LL(1) grammar is also an LALR(1)All of these
0 0 votes
1 answers 1 answer
804
804 views
0 0 votes
1 1 answer
2.4k
2.4k views
vaishali jhalani asked Nov 21, 2016
2,372 views
If the grammar be left recursive then is it always be ambiguous?
0 0 votes
1 1 answer
777
777 views
Ashish RajAnand asked Feb 5, 2019
777 views
We know that a grammar is contain1-left recursive2-ambiguous3-Common prefixThen grammar is not LL(1) If let I constructed M-TABLE or PARSE TABLEof grammar which is not co...