Note: The mercurial server is disabled at the moment while I investigate whether it can run with an acceptably low CPU load – Mike.
Hints and solutions (Programming Languages)
Jump to navigation
Jump to search
The instructions and materials for the two laboratory exercises are shown on the labs page. Here are sample solutions:
- Lab 1: file
labsoln1.fun
. - Lab 2: main part, file
labsoln2a.hs
; optional part, filelabsoln2b.hs
; completely defunctionalized, filelabsoln2c.hs
. - Lab 3: diffs for parser and abstract syntax, file
labsoln3.diff
; first interpreter, filelabsoln3a.hs
; second interpreter, filelabsoln3b.hs
.