Compiler & Transpiler
Jan 9, 2022 · 2 min read · 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...
Join discussion