简体   繁体   中英

What was used to bootstrap the C compiler

The C compiler was written in C, that much I know. What language/tools/instructions was/were used to create the initial functionality for the C compiler to become self-hosting?

UPDATE:

I know what bootstrapping a language is, and it is that research that prompted this question. I cannot find an answer to my question anywhere on SO.

There are a multitude of C compilers in the world. Many of them were (and still are) written in C. However the first one was not - it was written in B.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM