nuclear@2: Following along Jack Crenshaw's compiler tutorial: nuclear@2: http://compilers.iecc.com/crenshaw/ nuclear@2: nuclear@2: Instead of turbo pascal, I'll be using C, and instead of motorolla 68k assembly, nuclear@2: the compiler will emit 32bit x86 code, with a prologue and epilogue attached to nuclear@2: make it assemble, link and run on GNU/Linux. nuclear@2: nuclear@2: Use the Makefile to build the compiler (the binary is called test). nuclear@2: Use the COMPILE and RUN scripts, to compile and run programs written in the nuclear@2: language invented by the tutorials. nuclear@2: nuclear@2: Versions of the code after each article is completed will be tagged in the repo.