Before you submit the Assignment, your solution must pass the testsuite. This document describes how to obtain and use this testsuite.
You will only need to do this this part once.
$ tar -zxf lab2-testsuite.tar.gz
lab2-testsuite
directory:
$ cd lab2-testsuite
$ ghc -threaded --make -o progs-test-lab2 progs-test-lab2.hs
This is what you need to do to test your grammar.
lab2-testsuite
directory (if you are not there already):
$ cd lab2-testsuite
progs-test-lab2
with the path to the directory
where your solution is located:
$ ./progs-test-lab2 path/to/your/solution/