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

10 marks
Asked in 2078

Answer

AI Generated Answer

AI is thinking...