Compiler - Code generation

Compiler

Compiler - Code generation

About

Code generation is one of the last compiler step.

The process takes a parse tree (generally an AST) created by the parser and turns it into a sequence of instructions.

In general it is the most involved part and was break in multi-part of pass.

Documentation / Reference





Discover More
Compiler
Compiler - Interpreter

An interpreter is a compiler that interpret the code on the fly with or without the compile phase (ie code generation phase). Some interpreter such as Javascript are compiling the code on the fly and...



Share this page:
Follow us:
Task Runner