Three Address Code

Jiang Wenhong
Associate Professor
School of Computer and Information Technology BJTU
Compiler Construction
2

27/11/2022
A structure of a compiler 3

After the semantic checking, the code is expressed by intermediate code
Intermediate code is the semantic structure expression of grammar components
27/11/2022
Intermediate Language

4
o Interim from low-level language to high-level one o Machine-Independent
o Complicity between source and target language o It makes the structure of compiler logically simple
Front Back