Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 699 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 699 Bytes

Attribute Grammar workshop

This repository contains the optional assignment part of the attribute grammar workshop.

Getting started

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.

Creating an archive

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.