Difference between revisions of "Compiler"
Chris Tyler (talk | contribs) (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...") |
Chris Tyler (talk | contribs) |
||
Line 1: | Line 1: | ||
− | [[Category:Computer Architecture | + | [[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 21: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.