Why Intermediate Code is the Compiler's best friend
Jan 11, 2025 · 3 min read · [29] Intermediate Code The task of compiler is to convert the source program into machine program. But, it is not always possible to generate such a machine code directly in one pass. Typically compilers generate an easy to represent form of source l...
Join discussion
