Compilers

From GbdevWiki
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.