Compilers

From GbdevWiki
Revision as of 11:37, 27 November 2009 by Xzakox (Talk | contribs) (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 …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.