What made the compilers themselves? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What made the compilers themselves?

Sorry I'm new to coding so someone please explain....If codes are compiled and run because of compilers then what code runs compilers themselves and what compiles them?

15th Dec 2017, 6:10 AM
Aizen Sousuke
Aizen Sousuke - avatar
1 Answer
0
Compiler it is just a program witch translate code in some high level languages like c++ to set of instructions witch processor can read. They can be written in different languages like c. But it is possible to write compiler in same language it is used for https://en.m.wikipedia.org/wiki/Bootstrapping_(compilers)
15th Dec 2017, 6:21 AM
Dima Makieiev
Dima Makieiev - avatar