...
October 7, 2023

Compiler-Design

Question 33 Consider the syntax directed translation scheme (SDTS) given in the following. Assume attribute evaluation with bottom-up parsing, i.e., attributes are evaluated immediately after a […]
October 7, 2023

GATE 2003

Question 18 In a bottom-up evaluation of a syntax directed definition, inherited attributes can A always be evaluated B be evaluated only if the definition is […]
October 7, 2023

compiler-design

Question 40 Consider the translation scheme shown below. S → T R R → + T {print ('+');} R|ε T → num {print(num.val);} Here num is […]
October 7, 2023

Compiler-Design

Question 37 Consider a program P that consists of two source modules M1 and M2 contained in two different files. If M1 contains a reference to […]