Code generation
Appearance
Code generation may refer to:
- Code generation (compiler), a mechanism to produce the executable form of computer programs, such as machine code, in some automatic manner
- Automatic programming (source code generation), the act of generating source code based on an ontological model such as a template
The input to a code generation phase is an intermediate language program and the output is the object program.
intermediate language program:
which is the input can be in any form such as trible oq syntax tree.
assembly language program:
the output object proggram can be in any formsuch as absolute language program.