Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

7. Given the following grammar for an expression language E: [0] S : expr '$' j expr term '@' term : [1] [2] [3] [4]

image text in transcribed

7. Given the following grammar for an expression language E: [0] S : expr '$' j expr term '@' term : [1] [2] [3] [4] term : factor '%' term | factor ; factor : '&' factor : DIGIT | '('expr ')' ; [5] [6] [7] where $ stands for the EOF marker and the terminal DIGIT stands for a token representing the digits o... 9. a. Can the operand of the unary suffix operator @ be another unary @-expression without needing the operand to be surrounded by parentheses? 2-points b. Can the operand of the unary prefix operator & be another unary &-expression without needing the operand to be surrounded by parentheses? 2-points c. What is the associativity of the binary % operator? 2-points d. Describe the relative precedence of the operators @,% and &. 2-points e. Show a leftmost derivation and corresponding parse tree for the sentence ( 1 @ ) % & 2 $. For each step in your derivation, show the number of the grammar rule being used. 10-points f. In some sense, does the E-language seem "awkward" compared to the language of arithmetic expressions? 2-points 7. Given the following grammar for an expression language E: [0] S : expr '$' j expr term '@' term : [1] [2] [3] [4] term : factor '%' term | factor ; factor : '&' factor : DIGIT | '('expr ')' ; [5] [6] [7] where $ stands for the EOF marker and the terminal DIGIT stands for a token representing the digits o... 9. a. Can the operand of the unary suffix operator @ be another unary @-expression without needing the operand to be surrounded by parentheses? 2-points b. Can the operand of the unary prefix operator & be another unary &-expression without needing the operand to be surrounded by parentheses? 2-points c. What is the associativity of the binary % operator? 2-points d. Describe the relative precedence of the operators @,% and &. 2-points e. Show a leftmost derivation and corresponding parse tree for the sentence ( 1 @ ) % & 2 $. For each step in your derivation, show the number of the grammar rule being used. 10-points f. In some sense, does the E-language seem "awkward" compared to the language of arithmetic expressions? 2-points

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

Database Systems Introduction To Databases And Data Warehouses

Authors: Nenad Jukic, Susan Vrbsky, Svetlozar Nestorov

1st Edition

1943153191, 978-1943153190

More Books

Students also viewed these Databases questions

Question

1. Who should participate and how will participants be recruited?

Answered: 1 week ago