Bootstrapping in Compiler Design
Bootstrapping in Compiler Design
Bootstrapping in Compiler Design
Compiler which takes C language and generates an assembly language as an output with
the availability of a machine of assembly language.
Step-1: First we write a compiler for a small of C in assembly language.
Step-2: Then using with small subset of C i.e. C0, for the source language c the
compiler is written.