Compiler: Difference between revisions
From Coderwiki
More actions
info |
(No difference)
|
Revision as of 20:58, 12 August 2025
A compiler is used in order to convert the source code of a compiled language into machine code or bytecode.
A compiler generally converts the source code into intermediate representation, and (possibly) finally into machine code.
See more info: Compiled language