----------------------------------------------------------------------

CSE 401: Compilers

[Home] [Admin] [Details] [Help] [Other]

Help / Turnin

($Revision: 1.5 $)

----------------------------------------------------------------------

In general, you should turn in your entire pl0 directory, containing Makefile, source code, test programs and anything that will make grading your project possible using the turnin program on the instructional unix servers:
     turnin -c cse401 pl0
Please use only a directory named "pl0". Don't call it 'pl0.turnin', 'turnin', 'hw3', or anything else.

Please:

  • do run "make clean" before doing turnin; we don't want your backup files, .o files, core dumps, etc.

  • do not have your RCS or CVS subdirectory in the directory you turn in, or a symbolic link to one; otherwise the whole RCS subdirectory will be turned in to us, which is a nuisance.

IMPORTANT NOTE: you can turnin a newer version of your project by running the turnin program again. This will overwrite whatever you turned in earlier.

For written documents, you must turnin hard copies in class. Please see the printing instructions for doing double sided printouts with enscript.

----------------------------------------------------------------------

401admin at cs.washington.edu