Compiler
From Simple English Wikipedia, the free encyclopedia
In computer science, a compiler is a program that translates a source language program in to target language (mostly machine code - that is a processor's native language). Since different processors have different languages of machine code, it is easier for a programmer to use a compiler to make a program rather than write the machine code by hand.