Page 1 of 1

Q2. (12 pts) Using the grammar for expressions below (Start Symbol: ). Your last 2 digits of student number: L2D

Posted: Sat Nov 27, 2021 2:38 pm
by answerhappygod
Q2 12 Pts Using The Grammar For Expressions Below Start Symbol Assign Your Last 2 Digits Of Student Number L2d 1
Q2 12 Pts Using The Grammar For Expressions Below Start Symbol Assign Your Last 2 Digits Of Student Number L2d 1 (14.71 KiB) Viewed 70 times
Q2. (12 pts) Using the grammar for expressions below (Start Symbol: <assign>). Your last 2 digits of student number: L2DSNO <assign><id> - <expr> <id> - XIYIZ<SNO> <SNO>LDSNO <expr> - <expr> <term> <term> <term> - <term> ยท <factor> | <factor> <factor> - (<expr>) I <id> a) (8 pts) Draw the parse tree for the following statement: Y = x + (Yz) SNO b) (4 points) Do a leftmost derivation of the statement above showing the sentential form of each step of the derivation.