Added TODO

This commit is contained in:
Justin Ethier 2015-05-05 18:05:56 -04:00
parent 0d70bcea41
commit 87e175b542

View file

@ -169,6 +169,10 @@
(trace:info "---------------- C code:")
(mta:code-gen input-program globals)
; TODO: add as parameters above?
; (set! program? #f)
; (set! lib-exports (lib:exports (car input-program)))
; (set! lib-imports (lib:imports (car input-program)))
(return '())))) ;; No codes to return
;; TODO: longer-term, will be used to find where cyclone's data is installed