mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Added TODO
This commit is contained in:
parent
0d70bcea41
commit
87e175b542
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue