Recent questions tagged parsing

1 votes
1 answer
151
does augmented production causes conflicts
1 votes
1 answer
153
0 votes
1 answer
154
Which of the Statements are True :S1: LR(1) grammar can be LR(0) but not LL(1).S2 : Every regular language is LL(1)S3 : Three address code is linear representation of Syn...
0 votes
0 answers
156
A Grammer is said to be in 4-Standard form if all productions of the grammer are of type A → BCDE|a. If a grammer is in 4-Standard form how many steps in derivation of ...
0 votes
0 answers
160
S$\rightarrow aS|Sa|a$ find number of conflict state in DFA with LR(1) items
0 votes
0 answers
165
WHAT IS A VALID ITEM FOR A VIABLE PREFIX?CAM SOMEONE EXPLAIN IN EASY WAY.
1 votes
0 answers
169
An $\epsilon$ free LL(1) grammar is also a SLR(1) and hence LALR(1) and LR(1) too.Is this statement true ?
0 votes
1 answer
170
Predictive parser and non recursive parser are same or non recursive parser is a type of predictive parser. If sure then answer.
0 votes
2 answers
171
Consider the following CFG, with S as start symbol:S - aA l CBA - BaA I eB- bB l Abc l eC - B (HERE ‘e’ IS EPSILON OR NULL PRODUCTION)FIRST(B)?FOLLOW(C)?
0 votes
0 answers
172
what is sequence order of solving LR(K) grammar, if the question is asking about SLR, CLR, LALR? what is sequence after solving SLR(1) (assume till now grammar is not SLR...
0 votes
0 answers
173
I want to know if there is topological sort for the syntax directed translations.Does LMD or Bottom up parsing have an order. Is there an order in which the result of SDT...
0 votes
1 answer
175
0 votes
1 answer
179
WHICH OF THE FOLLOWING STATEMENTS ARE TRUE?a) S1 & S3b) S2 & S4c) S2 & S3d) None of theseAnswer is option a.can anyone tell me how option a is correct?
0 votes
0 answers
180