What is bootstrapping and its uses in compiler design?
Answers
Answered by
0
Answer:In computer science, bootstrapping is the technique for producing a self-compiling compiler — that is, compiler (or assembler) written in the source programming language that it intends to compile. An initial core version of the compiler (the bootstrap compiler) is generated in a different language (which could be assembly language); successive expanded versions of the compiler are developed using this minimal subset of the language
Explanation:
Answered by
1
I think this answer many be correct
Similar questions