nihitthakkar Posted April 28 Report Share Posted April 28 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.