Difference between revisions of "Compiler"

From CDOT Wiki
Jump to: navigation, search
(Created page with "Category:Computer ArchitectureCategory:SPO600 A ''compiler'' is a program which takes input code, typically human-readable source code, and produces output code, typic...")
 
 
Line 1: Line 1:
[[Category:Computer Architecture]][[Category:SPO600]]
+
[[Category:Computer Architecture]]
 
A ''compiler'' is a program which takes input code, typically human-readable source code, and produces output code, typically binary [[Machine Language|machine code]] but possibly an intermediate bytecode.
 
A ''compiler'' is a program which takes input code, typically human-readable source code, and produces output code, typically binary [[Machine Language|machine code]] but possibly an intermediate bytecode.

Latest revision as of 22:37, 26 November 2016

A compiler is a program which takes input code, typically human-readable source code, and produces output code, typically binary machine code but possibly an intermediate bytecode.