Preliminary work at making Simply Scheme definitions work with the repl.
This commit is contained in:
parent
55173029c3
commit
6a9dce8d57
|
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
|
2
whalesong/simply-scheme/lang/reader.rkt
Normal file
2
whalesong/simply-scheme/lang/reader.rkt
Normal file
|
@ -0,0 +1,2 @@
|
|||
#lang s-exp syntax/module-reader
|
||||
#:language (lambda (ip) 'whalesong/simply-scheme/semantics)
|
1689
whalesong/simply-scheme/semantics.rkt
Normal file
1689
whalesong/simply-scheme/semantics.rkt
Normal file
File diff suppressed because it is too large
Load Diff
|
@ -1,2 +0,0 @@
|
|||
#lang s-exp syntax/module-reader
|
||||
#:language (lambda (ip) 'whalesong/simply/simply-scheme)
|
Loading…
Reference in New Issue
Block a user