Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

Compiler

From DocForge

This page is a stub. It's lacking in details and can use your help. Please contribute your knowledge to this page.

A compiler is a program that translates human readable source code into machine readable code. The machine code can then be directly executed by a processor.

[edit] Compilers

  • GCC - The GNU Compiler Collection can compile various languages, including C and C++, for many processors