Recent activity by surbhijain93

1 answer
12
Is this statement correct...Attribute evaluation in S-attribute grammars can be incorporated conveniently in both top-down parsing and bottom-up parsing since S-attribute...
0 answers
13
2 answers
14
Please provide example to disapprove the following points:-1.every DCFG need not be a LR(K).2.every DCFG need not be a LL(K).3.every DCFL is not LL(k).
3 answers
16
The maximum number of comparisons needed to sort 9 items using radix sort is (assume each item is 5 digit octal number):4572360450
2 answers
19
Consider an SLR(1) & LALR(1) tables which of the following is true??1. shift entries are same.2 Reduce entries are same.3. goto entries are different.4.error entries ar...
2 answers
20
ARE NUMBER OF SHIFT ENTRIES / ACTIONS IN PARSING TABLE OF SLR(1) AND LALR(1) SAME ALWAYS??
1 answer
21
1 answer
22
0 answers
27
Equality problem for language L1 and L2, L1 =L2 or L1 ≠ L2For which of the following class language equality problem is decidablea. Regularb. CFLc. CSL...
2 answers
28
Is DFCL closed under complement ? If so can you provide any text for the same.