X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=utils%2Fext-core%2FREADME;fp=utils%2Fext-core%2FREADME;h=7ec8adf09afd417abe934f93c6cfdcb45a424b56;hp=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hpb=28a464a75e14cece5db40f2765a29348273ff2d2 diff --git a/utils/ext-core/README b/utils/ext-core/README new file mode 100644 index 0000000..7ec8adf --- /dev/null +++ b/utils/ext-core/README @@ -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 +