CS 375: Compilers (Spring 2006)

Announcements

Office Hours

Thursday: 9:00am-12:00pm, ESB 229A Desk 5, or by appointment

Assignment Submission

To submit your assignments, login to your CS account and type the following command:

turnin --submit xugang <project> <filenames>

where <project> is "proj1" for the first assignment, "proj2" for the second, and proj3, proj4, proj5, proj6. Notice we use a flat numbering system.  For example, to submit the Lex assignment, you would type:

turnin --submit xugang proj2 lexan.l lexan.h lexanl.c printtoken.c README makefile . . .


Please submit a complete set of files necessary to compile your assignment, not just the ones that you modified. Also turn in a README file containing instructions on how to compile your program, your programming platform (Solaris or Linux), any parts of the assignment you were unable to complete, and anything else you'd like to mention about your program. You do not need to include test files such as graph1.pas or scantst.pas with your submission.

Tips

Reference Links