From 55173029c3bf5f72a9065099ed5585da3318464e Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Mon, 18 Mar 2013 13:53:46 -0600 Subject: [PATCH] Trying to see if we can get simply-scheme as a language level as well. --- whalesong/simply/lang/reader.rkt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 whalesong/simply/lang/reader.rkt diff --git a/whalesong/simply/lang/reader.rkt b/whalesong/simply/lang/reader.rkt new file mode 100644 index 0000000..803e5c8 --- /dev/null +++ b/whalesong/simply/lang/reader.rkt @@ -0,0 +1,2 @@ +#lang s-exp syntax/module-reader +#:language (lambda (ip) 'whalesong/simply/simply-scheme)