blob: 7ec8adf09afd417abe934f93c6cfdcb45a424b56 (
plain)
1
2
3
4
5
6
7
8
9
|
A set of example programs for handling external core format.
In particular, typechecker and interpreter give a precise semantics.
All can be built using, e.g.,
happy -o Parser.hs Parser.y
ghc --make -package text -fglasgow-exts -o Driver Driver.hs
|