| |
| | Language Theory |
 | | The target language, that is the output of the compiler, is often assembler language or object code, but this is not necessarily the case. |
 | | One notable example of this is cfront, the UNIX C++ compiler, which translates C++ into C. The C language output is then fed into cc, the standard UNIX C compiler, which produces object code. |
 | | If any aspect of a language is left undefined, compiler writers will be on their own to figure out what to do, and each compiler will do these things differently. |
| pages.prodigy.net /j_alan/hitech/compiler/comp2.html (2994 words) |
|