From 87e175b542ea69d2f8b0ee124282e382e02b99b4 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 5 May 2015 18:05:56 -0400 Subject: [PATCH] Added TODO --- cyclone.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cyclone.scm b/cyclone.scm index 982847fb..1dae6266 100644 --- a/cyclone.scm +++ b/cyclone.scm @@ -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