...
Compiler-Design
October 7, 2023
Compiler-Design
October 7, 2023
Compiler-Design
October 7, 2023
Compiler-Design
October 7, 2023

Compiler-Design

Question 10

Consider the syntax-directed translation schema (SDTS)
shown below:

    E → E + E  {print “+”}
    E → E ∗ E  {print “.”}
    E → id     {print id.name}
    E → (E) 

An LR-parser executes the actions associated with the productions immediately after a reduction by the corresponding production. Draw the parse tree and write the translation for the sentence.

(a+b)∗(c+d), using the SDTS given above. 
A
Theory Explanation.
Correct Answer: A
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!