Difference between revisions of "Compiler"

From Computer History Wiki
Jump to: navigation, search
(Pretty stubby, but a start)
 
m (+cat)
Line 6: Line 6:
  
 
{{stub}}
 
{{stub}}
 +
 +
[[Category:Software Basics‎]]

Revision as of 05:20, 14 December 2018

A compiler is a program which takes a program in the source code for a particular programming language, and converts it to the object code for a particular CPU. (Some compilers actually emit assembly language, which then has to be run through an assembler.)

See also