Added comment

This commit is contained in:
Justin Ethier 2016-01-09 23:33:14 -05:00
parent dc8b9450b8
commit 375d8a99a9

View file

@ -6,6 +6,7 @@
) )
(import (scheme base) (import (scheme base)
) )
;; TODO: get an FFI syntax for including C header files, even if it is not needed for this library
(begin (begin
;; Experimenting with what an FFI could look like ;; Experimenting with what an FFI could look like
;; TODO: also need a way to add #include's, and later on compiler options (may already have that, need to check) ;; TODO: also need a way to add #include's, and later on compiler options (may already have that, need to check)