Compiler

Revision as of 18:21, 16 January 2009 by rosettacode>Mbishop (just a little extra)

A compiler reads the source code of a program, and produces machine code or bytecode.


Some compilers translate source code into object code. This object code is then passed to a linker, which creates machine code. Other compilers translate into intermediate languages, like C.

See also