Intermediate Code Generator
The data structure passed between the analysis and synthesis phases is called the intermediate representation (IR)of the program. A well designed intermediate representation facilitates the independence of the analysis and syntheses (front- and back-end) phases. Intermedate representations may be
· assembly language like or
· be an abstract syntax tree.
Posted in Computer Science, Information Technology, Compiler Design, Compiler Design |
