Compiler Construction HW3 Website is http://www.cs.rit.edu/~pal6640/cc/index.html Work done by Brian Alliet Paul Lorenz the website including the user manual, examples and grammer can be downloaded in jar file format at http://www.cs.rit.edu/~pal6640/cc/website.jar --------------------------------------------------------------------- Brian and I are working on different branches now. The languages remain similar but have diverged somewhat. to compile run 'make' to run test run 'make check-paul' The documentation has been put into the javadoc, specifically under the package info for edu.rit.pal6640.cc.bpl It wasn't put under root, because it is specific to my implementation. Working: assignment expressions if/while functions aggregation closures currying types: boolean, integer, String Current TODO list: Update documentation for functions, aggregation, boolean and string types Implement comments Finish work on classes