Due Date: Saturday, January 26 at 11:59pm via GitHub.
Revisions:
if
statements and expression.In this assignment you will develop a familiarity with the syntax of the CSC488 Source language by writing several programs without the aid of a compiler. Carefully follow the grammar and notes from the Source language specification to ensure that your programs are syntactically correct. These programs do not need to actually compute anything useful, although you should be thinking ahead as to how you might use these samples as test cases for your compiler.
You must submit 5 programs:
if
statement and expression.Name your source files prog1.488
through prog5.488
.
Include a brief comment at the top of each file describing its contents, as well as the name(s) of who wrote it.
Within your private team repository on GitHub, create a top-level directory a1
and commit your 5 .488
source files therein.
Include a README.md
or README.txt
in that directory containing your team member names, a one sentence summary of what you are submitting, and whether or not you are using any grace days (and if so, how many).
Push your commits to the master
branch of your repository prior to the deadline. Whatever is the most recent commit as of the assignment deadline will be considered to be your teams' submission for the assignment. The master
branch will be checked again 24, 48 and 72 hours after the deadline if you choose to submit late and use grace days. If you are using grace day(s), be sure to update your README file to reflect how many.