Thu Jun 08 2000 07:39:
Test cases that fail: 8 (integer division is done as real),
9 (similar cause), 10 (weird constant thing), 11-13 (division again!!)
15-17 (operations
on whole arrays), 19 (integer division gives same results as real
division (bleah!!!)), 20 (nonexistant label). That's not good (there are 22 test cases, which means I correctly compile only half of them).
I really have to fix the division. The weird thing is that the TA
says we don't have to implement division, yet it's used in 9 of
the sample test cases. If I fix the division I suppose I can call
it quits.
