Bootstrapping a simple compiler from nothing
The Wayback Machine - http://web.archive.org/web/20061108010907/http://www.rano.org:80/bcompiler.html
Bootstrapping a simple compiler from nothing
============================================
This document describes how I implemented a tiny compiler for a toy
programming language somewhat reminiscent of C and Forth. The funny
bit is that I implemented the compiler in the language itself without
directly using any previously existing software. So I started by
writing raw machine code in hexadecim...
Read more at web.archive.org