a ♡ behar Q2. (12 pts) Using the grammar for expressions below (Start Symbol : ). Your last 2 digits of student
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
a ♡ behar Q2. (12 pts) Using the grammar for expressions below (Start Symbol : ). Your last 2 digits of student
statement: Y = x + (Y + Z) * SNO b) (4 points) Do a leftmost derivation of the statement above showing the sentential form of each step of the derivation.
a ♡ behar Q2. (12 pts) Using the grammar for expressions below (Start Symbol : <assign>). Your last 2 digits of student number: L2DSNO =____ <assign> <id> - <expr> <id> → X | Y | Z | <SNO> <SNO> L2DSNO <expr> → <expr> + <term> <term> <term> <term> * <factor> | <factor> <factor> (<expr>) | <id> a) (8 pts) Draw the parse tree for the following