Q 2 - Give bottom up parser LR(O) and SLR(1) for the following input strings and grammars a. The input string is 000111
Posted: Sat May 14, 2022 2:35 pm
Q 2 - Give bottom up parser LR(O) and SLR(1) for the following input strings and grammars a. The input string is 000111 and the grammar is S->05101 b. The input string is aaa*a++ and the grammar is S->SS+SS*a