Recent questions tagged parsing

2 votes
2 answers
63
Is the following grammar LL(1) ?S→ aABbCD | ϵA→ ASd | ϵB→ Sac| hC | ϵC→ Sf |CgD→ aBD | ϵDraw the LL(1) parsing table for the given grammar.
0 votes
1 answer
64
0 votes
2 answers
67
2 votes
2 answers
68
if a grammar is CLR(1) with no mergeable states, then it is LALR(1) ? I suppose it is “yes”, am I right?
0 votes
2 answers
69
SR conflict in LR(0) and SLR(1) will always be equal for some context free grammar?
3 votes
1 answer
70
Design predictive parsing table for below grammar.How many multiple entries are there?S → AA | abA → Bd | εB → SB | d