Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help thanks 5. (19 pts) Consider the following grammar for simple assignment statements: AssignStmt Var=E id | id [ Index ] Var Index Var|nr|E+EE-EE*EE/E|(E)

Please help thanks

image text in transcribed

5. (19 pts) Consider the following grammar for simple assignment statements: AssignStmt Var=E id | id [ Index ] Var Index Var|nr|E+EE-EE*EE/E|(E) (a) (12 pts) Build a parse tree for each of the following assignment statements: a [2] = b + 1 x = v[k-3] (b) (7 pts) Rewrite the grammar so that it allows multi-dimensional arrays (instead of just one index, allow a list of indices separated by commas). For instance, each of the following should be a valid string under the new grammar: m[5,3] = x y = p[i+1,j, k-1]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data, Mining, And Analytics Components Of Strategic Decision Making

Authors: Stephan Kudyba

1st Edition

1466568704, 9781466568709

More Books

Students also viewed these Databases questions