Preliminary work at making Simply Scheme definitions work with the repl.

This commit is contained in:
Danny Yoo 2013-03-18 14:35:00 -06:00
parent 55173029c3
commit 6a9dce8d57
4 changed files with 1695 additions and 3 deletions

View File

@ -20,7 +20,10 @@
(define-runtime-path htdocs (build-path "htdocs"))
(define language 'whalesong/wescheme/lang/semantics)
(define language
'whalesong/wescheme/lang/semantics
;'whalesong/simply-scheme/semantics
)

View File

@ -0,0 +1,2 @@
#lang s-exp syntax/module-reader
#:language (lambda (ip) 'whalesong/simply-scheme/semantics)

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +0,0 @@
#lang s-exp syntax/module-reader
#:language (lambda (ip) 'whalesong/simply/simply-scheme)