Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.11 KB

readme.md

File metadata and controls

20 lines (17 loc) · 1.11 KB

Arrow

A framework for the Arrow assignment of the course Talen & Compilers at the University of Utrecht.

Alex and Happy

If you use an up-to-date Cabal, you should be able to simply code in the .x and .y files. Running cabal build (or similar commands) will compile the alex and happy code into Haskell files, and compile your project with those, without ever showing them to you.

You can also manually call the alex and happy executables to do this first step, but then you have to remember to do so on each change...

File structure

The exercises are spread out over various (source) files. Please adhere to this distribution for the sake of your grader.