Difference between revisions of "Compilers"

From GbdevWiki
Jump to: navigation, search
(Created page with 'A compiler is a computer program (or set of programs) that transforms source code written in a computer language (the source language) into another computer language (the target …')
 
(No difference)

Latest revision as of 11:37, 27 November 2009

A compiler is a computer program (or set of programs) that transforms source code written in a computer language (the source language) into another computer language (the target language, often having a binary form known as object code). The most common reason for wanting to transform source code is to create an executable program 1

C Language compilers

GBDK - Includes a C compiler, assembler, linker, and a set of libraries.