v01-l1-compiler

(4/12)

What a compiler does ?

???

The term compiler is also used in the compilation toolchain to describe the tool translating human readable code (C/C++,...) into assembly code, as chown in the graph below :

Compiler ToolChain

It allows to distinguish between the pre-processor, the assembler and the linker within the full compilation toolchain.