CS 327 Homework 7

Due Fri Apr 13 at 11:59 PM.

Add a for loop to the blase0 compiler. Use the syntax for i := low to high step s do statement.

Add a postfix not operator to boolean expressions, as in n = 3 not. It should have lower precedence than all other expressions.

Rename all files adding a 7 to the names to avoid conflicts. You'll also have to rename main classes.