Recent questions tagged parsing

0 votes
0 answers
32
how many handles detected by bottom up parser for string a+a*a?grammar isE->E+T|TT->T*F|FF->aplease draw the whole procedure and explain how bottom up parser does right m...
0 votes
1 answer
33
Given a grammar:there is a right most derivation S1 → Sc → SAc → SaSbc.Thus, SaSbc is a right sentential form, and its handle is __
0 votes
0 answers
34
Consider the following grammar:1. S → CC2. C → cC3. C → dThe number error entries in canonical parsing table for grammar is __.
1 votes
0 answers
35
The following grammer is:LALR(1) but not LR(1)LR(1) but not LALR(1)LALR(1) but not SLR(1)Neither LALR(1) nor LR(1)
0 votes
0 answers
36
Answer the Question with Proper Explanation….S → Aa / bAc / dc / bdaA → ε The Above Grammar is –Neither LR(0) nor SLR(1).LR(0) but not SLR(1).SLR(1) but not LR(0...
0 votes
1 answer
37
Which of the following parser is most powerful parser?Operator precedence$\text{SLR}$Canonical $\text{LR}$$\text{LALR}$
0 votes
2 answers
38
0 votes
1 answer
43
0 votes
1 answer
44