Intermediate Code Generation

Creator
Creator
Seonglae Cho
Created
Created
2022 Dec 3 7:26
Editor
Edited
Edited
2022 Dec 3 7:51
Refs
Refs
  • output -
  1. Treat code as a synthesized attribute (Practical issue: code may NOT be a purely synthesized)
  1. A linearization of syntax tree
  • name attribute - is an auxiliary attribute to store the “variable” or “value”
  • code attribute - a string with instructions separated by newlines
 
 
 
 
 
 

Recommendations