Added TODO

This commit is contained in:
Justin Ethier 2015-07-03 01:27:17 -04:00
parent 392637fe2c
commit c8537e0e12

View file

@ -2,6 +2,8 @@
(scheme file) (scheme file)
(scheme write)) (scheme write))
;; TODO: C macros for funcall1, etc are not being generated even though entries are set
;; in the vector. must be another problem inspecting the vector ???
(write 'hello) (write 'hello)
;(let loop ((i 10)) ;(let loop ((i 10))
; (if (zero? i) ; (if (zero? i)