Bootstraping
3 years ago
Ultimately I’d like my compiler to be able to compile itself! Now that’d be cool! There’s gcc but it’s too big. I’ll make a smaller, more compact version.
Ultimately I’d like my compiler to be able to compile itself! Now that’d be cool! There’s gcc but it’s too big. I’ll make a smaller, more compact version.
Found an excellent guide here: http://compilers.iecc.com/crenshaw/ except that its written in Pascal (which isn’t bad in itself) and it targets the 68000 processor. I’ll re-write it in C/C++ and make sure it targets the x86 line.