mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Inject additional imports, added a TODO
This commit is contained in:
parent
d0d7fae89c
commit
7021855eca
1 changed files with 3 additions and 0 deletions
|
@ -450,6 +450,9 @@
|
|||
(set! globals (append globals '(Cyc-memoize)))
|
||||
(set! imported-vars (cons (lib:list->import-set '(Cyc-memoize srfi 69)) imported-vars))
|
||||
)
|
||||
TODO: this blows up compiling the tail-call-opt example program...
|
||||
(inject-import '(scheme cyclone common))
|
||||
(inject-import '(scheme base))
|
||||
(inject-import '(scheme char))
|
||||
(inject-import '(srfi 69))
|
||||
;; END memoization-specific code
|
||||
|
|
Loading…
Add table
Reference in a new issue