Consider the following context free grammar G with brules, which has the set of terminals T = [stmt, &, }, ; } . This de
Posted: Tue Jul 12, 2022 8:07 am
Consider the following context free grammar G with brules, which has the set of terminals T = [stmt, &, }, ; } . This describes the organization of statements in blocks for a grammar fictious or more programming language. Blocks can have zero statements and other nested blocks, seperated by semicolone. (P is the start symbol here.) PS - S 7 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 toop step. NOTE that "stmt" is considered. to be a single terminal in the grammar