15-411 Compiler Design
Fall 2007
Instructor: Frank Pfenning
TAs: David McWherter and Noam Zeilberger

Lab 1 Handout

doc/       -- lab specification
compiler0/ -- reference compiler targeting pseudo assembly
tests0/    -- some provided test files
runtime/   -- runtime environment for generated assembly
           -- generate executable with
	      % gcc <testfile>.s l1rt.c

To be created (details see doc/lab1.pdf):

tests/     -- directory with your own test file *.l1
compiler/  -- directory with your own compiler
