Compiler: Difference between revisions

From Computer History Wiki
Jump to navigationJump to search
m +cat
m typo
 
Line 7: Line 7:
{{stub}}
{{stub}}


[[Category:Software Basics‎]]
[[Category: Software Basics]]

Latest revision as of 13:30, 12 May 2023

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