remove old provide. disable honu repl
svn: r16532
This commit is contained in:
parent
02d19e6588
commit
f3ae0f1875
|
@ -34,7 +34,6 @@
|
|||
(honu* *)
|
||||
(do do)
|
||||
(honu-end end)
|
||||
(honu-for2 for2)
|
||||
(modulo %)
|
||||
(equal? ==)
|
||||
(string->number stringToNumber)
|
||||
|
@ -46,5 +45,6 @@
|
|||
(pair? isCons)
|
||||
(#%dynamic-honu-module-begin #%module-begin)
|
||||
(honu-#%app #%app)
|
||||
(honu-top #%top-interaction)
|
||||
(honu-provide provide)
|
||||
(honu-require require)))
|
||||
|
|
|
@ -2082,5 +2082,5 @@
|
|||
(define-syntax (honu-end stx)
|
||||
(raise-syntax-error #f "ignore this" stx))
|
||||
|
||||
|
||||
|
||||
(define-syntax (honu-top stx)
|
||||
(raise-syntax-error #f "interactive use is not yet supported"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user