Select Page
Notifications
Clear all

Types of Compiler

(@Anonymous)
New Member

Types of Compiler
1. Cross Compilers - They produce an executable machine code for a platform but, this platform is not the one on which the compiler is running.
2. Bootstrap Compilers - These compilers are written in a programming language that they have to compile.
3. Source to source/trans compiler - These compilers convert the source code of one programming language to the source code of another programming language.
4. De-compiler - Basically, it is not a compiler. It is just the reverse of the compiler. It converts the machine code into high-level language.

Quote
Topic starter Posted : 15/12/2021 11:34 am
Share: