Turnin Procedure for CSC 330 Assignment 3



Submit the file(s) for this assignment on or before 5PM Wednesday 27 April. Use the handin program on falcon/hornet.

If you do not modify any of the support files, submit just one file -- ejay.cup. The command to use is

handin gfisher a3 ejay.cup

If you do modify any support files, or add any new support files of your own, submit the Java source code for those files as well. Also, submit a brief README file that explains what you have modified and why. For example, the following command submits the ejay.cup file, a modified symNames.java, and the README:

handin gfisher a3 ejay.cup symNames.java README
In this case, the README would say something like "Added two new lines to symNames.java for the two new tokens that were added to the parser."


Please note the following policy that appears in the 330 course syllabus:

If you use a home compiler to develop your programs, YOU MUST verify that the program compiles and runs on falcon/hornet before you hand it in. When you submit programs, they will be compiled and executed by a script that runs on falcon/hornet. You are responsible to ensure that your programs run the same on falcon/hornet as they do on any other computers you may use to develop the programs.