Recent questions tagged parsing

1 votes
1 answer
92
Type of conflicts that can arise in $\text{LR(0)}$ techniques are ________.Shift-reduce conflictShift-Shift conflictBoth “Shift-reduce conflict” & “Shift-Shift conf...
1 votes
1 answer
93
Shift reduce parsing can also be called as:Reverse of the Right Most DerivationRight Most DerivationLeft Most DerivationNone of the options
1 votes
4 answers
94
The $\text{LL(1)}$ and $\text{LR(0)}$ techniques are ___________Both same in powerBoth simulate reverse of right most derivationBoth simulate reverse of left most derivat...
1 votes
1 answer
95
1 votes
1 answer
96
$\text{YACC}$ builds up$\text{SLR}$ parsing tableCanonical $\text{LR}$ parsing table$\text{LALR}$ parsing tableNone of these
0 votes
6 answers
97
Context-free grammar can be recognized by finite state automation$2$- way linear bounded automatapush down automataboth (B) and (C)
1 votes
4 answers
98
A top down parser generatesLeft most derivationRight most derivationLeft most derivation in reverseRight most derivation in reverse
0 votes
1 answer
99
1 votes
3 answers
100
A grammar is defined as$A \rightarrow BC$$B \rightarrow x \mid Bx$$C \rightarrow B \mid D$$D \rightarrow y \mid Ey$$E \rightarrow z$The non terminal alphabet of the gram...
2 votes
0 answers
105
5 votes
1 answer
107
0 votes
1 answer
110
0 votes
1 answer
111
0 votes
0 answers
112
2 votes
0 answers
116
0 votes
0 answers
118