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...")
(No difference)

Revision as of 22:36, 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.