Skip to content

CoCoNut-UvA/ag-workshop

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published