Added C-code generator + test to TDDD55-lab
This PR adds a C-Code generator to the Lab skeleton. It can be invoked by running:
compiler -c
Also there is a test file that can be run, by bash:
codegen-test.sh
This PR adds a C-Code generator to the Lab skeleton. It can be invoked by running:
compiler -c
Also there is a test file that can be run, by bash:
codegen-test.sh