Skip to content

Second assignment for Languages and Compilers at Utrecht University

License

Notifications You must be signed in to change notification settings

sems/haskell-Arrow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Second assignment for Languages and Compilers at Utrecht University

Topics

Resources

License

Stars

Watchers

Forks