Tag: position

  • Position of code generator in compiler

    This is the last stage of the compiler. The input code generator is an intermediate representation of the source program, while the output is the equivalent target program. The position of the code generator in the compiler is as follows: Code generator Symbol table Code optimizer Source program intermediate code intermediate code Target program Front…