• retagged by
1,417 views

1 Answer

1 1 vote
it is LR(0)...so it is also SLR(1), LALR(1), CLR(1)..
Position:
Show:

Related questions

1 1 vote
0 0 answers
163
163 views
Tin_ku asked Aug 2
163 views
We know that the class of languages of LR(0), SLR(1), LALR(1), CLR(1) is the class of DCFLs, with the only exception being that...An LR(0) language is a DCFL that has the...
0 0 votes
1 1 answer
2.4k
2.4k views
Souvik33 asked Jan 1, 2023
2,365 views
Let G be any grammar with the following productions:X → X+Y | YY→ Y*Z | ZZ → (X)Z → idIf LR(1) parser is used to parse the above grammar, then total how many look-a-heads...