Glossary Entry: Compiler
Quick Definition
A compiler is a program that takes source code and translates it (ie, compiles it) into raw machine language that a computer can understand. The compiled output is a program that can be run directly.
Contrast interpreter and script.
Contrast interpreter and script.