Compiler Design and Construction - Old Questions
Question Answer Details
2. Differentiate between LR(0) and LR(1) algorithm. Construct LR(1) parse table of the following grammar.(3+7)
S->AA
A->aA | b
Answer
AI Generated Answer
AI is thinking...