Compiler & Transpiler
The compiler takes in some code as input and produces a binary executable code aka machine code as output.
For example - we use GCC compiler to compile the C/C++ code and it produces the machine code.
Transpilers aka source-to-source compilers read t...
arjunbharti.hashnode.dev2 min read