diff options
Diffstat (limited to 'utils/ext-core/README')
-rw-r--r-- | utils/ext-core/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/utils/ext-core/README b/utils/ext-core/README new file mode 100644 index 0000000000..7ec8adf09a --- /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 + |