You should only submit two files for this assignment, the grammar
file that you modified and the result of running the test program, stored
as output. Submitting works as follows:
submit HW# file1 file2 ...
where HW# in this case is 1.
The following script should help show what you need
to do.
cd your-plzero-project-dir
cd src
make # To compile the compiler!
cd ../test
cp ~csc519/plzero/test/assign1.0 .
./pl0 assign1.0
spim assign1.s > output
cd ..
submit 1 src/grammar test/output
query 1 # To verify that it was submitted.