How to run files:
First enter code folder and use ./make.sh to build the compiler

To run the test cases, enter testCases, and run ./testall.sh
To run the demo, enter demo and run /.runDemo.sh

To run an individual file go into testCases and run ./run.sh uniFile cfile.c
Note that the the .uni file should not include its extension

To see a compilation step, enter code and run ./unic.native -flag
unicodefile.uni. See Our final project for the available flags.
