Add features to the initial UNH Go compiler, which is available on agate in ~cs712/public/ugo.tar:
Also, you must maintain the -AST flag for all the new tree nodes that you add. Reviewing the AST dump will be part of grading this assignment.
There are some initial test files available on agate in ~cs712/public/tests/phase1.
To get full credit, your code must be adequately documented and structured. If I can't easily read and understand your code, you may lose points.
You must give me back the system in the same form that I gave it to you. I must be able to install it and run it in the exact same way as when it was delivered to you. I would also like you to keep the source code organized in the same directory hierarchy. If you fail to do this, a significant deduction will be made to your grade.
Note that there is a script, distribute.sh, in ugo/bin, which will generate a tar file for you. This tar file is what I require you to submit to me for grading.
To turn in this assignment, type (on agate.cs.unh.edu):
~cs712/bin/submit phase1 ugo.tar
Submissions can be checked by typing (on agate.cs.unh.edu):
~cs712/bin/scheck phase1
The assignment is due on Sunday September 24. There is a grace period to 8am on Monday September 25 when no late penalty will be assigned. Submissions between 8am September 25 and 8am September 26 will have a late penalty of 10 points. Submissions between 8am September 26 and 8am September 27 will have a late penalty of 30 points. No submissions will be accepted after 8am on Wednesday September 27.
Remember: you are expected to do your own work on this assignment.
Comments and questions should be directed to pjh@cs.unh.edu