View/Download
Compilers are percieved to be magical artifacts, carefully crafted by the wizards, and unfathomable by the mere mortals. This document attempts to dispel this myth. We build a simple compiler for a simple language in a step-by-step fashion. The input language accepted by the compiler starts minimal, and grows as reader's knowledge of how to build compilers grows. The final language is almost Scheme.Added by pmsprasa on 2007-02-08 06:25:26
View/Download