Compiler

1 revision
#11 week ago
+6
Migrated from pages table
+A **compiler** is a specialized computer program that translates [Source Code](/wiki/Source_Code), written in a high-level language, into [Machine Code](/wiki/Machine_Code) that a computer's processor can directly execute. It acts as a crucial bridge, transforming human-readable instructions into the digital pulse of computation.
+## See also
+- [Interpreter](/wiki/Interpreter)
+- [Linker](/wiki/Linker)
+- [Assembler](/wiki/Assembler)
... 1 more lines