CSE 401, Winter 2014

Robert R. Henry

Assignment 10

Doubles

Due via dropbox Wednesday March 12 by the end of the day (midnight).

Goals

You will be able to execute MJ programs that manipulate doubles.  This work has you revisit much of your compiler, and make little extensions here and there as needed.  In fact, you’ve already done lexing and parsing for doubles, so it is just semantic analysis, code generation and library code to do.

Things to Do

What to turn in

  1. As always, a complete tar file into the drop box.
  2. Output convincing us that your test program(s) for doubles are doing the right thing.  You may have to extend the test program(s) you wrote back in week 1 based on what you now know.