Compiler: Difference between revisions

From Rosetta Code
Content added Content deleted
m (Added to the encyclopedia.)
mNo edit summary
Line 1: Line 1:
{{encyclopedic}}A compiler reads the source code of a program, and produces machine code or bytecode.
[[Category:Encyclopedia]]A compiler reads the source code of a program, and produces machine code or bytecode.


==See also==
==See also==

Revision as of 04:13, 22 January 2008

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

See also