7ec8adf09afd417abe934f93c6cfdcb45a424b56
[ghc-hetmet.git] / utils / ext-core / README
1 A set of example programs for handling external core format.
2
3 In particular, typechecker and interpreter give a precise semantics.
4
5 All can be built using, e.g.,
6
7 happy -o Parser.hs Parser.y
8 ghc --make -package text -fglasgow-exts  -o Driver Driver.hs
9