2 Consider the following context free grammar G with brules, which has the set of terminals T = {stmt, & }, ;'s. This gr
Posted: Tue Jul 12, 2022 8:10 am
2 Consider the following context free grammar G with brules, which has the set of terminals T = {stmt, & }, ;'s. This grammar describes the organization of statements in blocks for a programming language. Blocks can have zero or more statements and other nested blocks, seperated by semicolons. (P is the start symbol here.) fictious P S S-2 stmt | { B B ³ 1 5 3 1 S; B by using suitable productions, show a derivation of the string {√ { stmt; stmt }; } from the grammar G. Indicate the rule number used in each step. NOTE" that "stmt" is considered to be single terminal in the a grammar