Reorganisation of the source tree
[ghc-hetmet.git] / utils / ext-core / README
diff --git a/utils/ext-core/README b/utils/ext-core/README
new file mode 100644 (file)
index 0000000..7ec8adf
--- /dev/null
@@ -0,0 +1,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
+