Match the compiler phase with the output it produces.
|
A. Lexical Analysis |
1. Machine code |
|
B. Syntax Analysis |
2. Token stream |
|
C. Intermediate Code Generation |
3. Parse Tree |
|
D. Code Generator |
4. Three address code |
1
A-1, B-2, C-4, D-1
2
A-2, B-3, C-4, D-1
3
A-2, B-3, C-1, D-4
4
A-1, B-3, C-4, D-2