Glossary / Compiler
Term: Compiler
Compilers are used to translate a program written in a high-level language (source code) into machine code (object code).
Code is compiled all in one go, producing an independently executable file.
A compiler is an example of a translator.