This repository contains the optional assignment part of the attribute grammar workshop.
Run the configure script first:
./configure.sh
If everything went correctly, a build-debug directory is created. Run
make -C build-debug
to build your compiler.
You can quickly create an archive for submitting to canvas as follows
make dist
this gets everything in your git repo and combines it with the used coconut version in one archive. This should contain everything needed to hand in your assignments. NOTE: Always check the resulting archive if it contains everything and builds correctly.