You are on page 1of 1

Assignment-5

Design CLR(1) parser for the below grammar:


S -> a | ( R )
T -> S + T |S
R -> T

Show parsing for the string w = (a+(a+a))

Mail the answer sheet to chandank.behera@vitbhopal.ac.in, by


7:30 PM today. After that the answer sheet will NOT be
considered.

You might also like