Skip to content

Added C-code generator + test to TDDD55-lab

John Tinnerholm requested to merge johns-c-code-generator into master

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

Merge request reports