diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-02-20 00:39:47 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2023-02-20 00:39:47 -0300 |
commit | c6ac67db027f3437e47d674a1a20de6512b7d11c (patch) | |
tree | 3737fc585c7ffb8e7f83136714a956f9e5257700 /cmamut.lisp | |
parent | 213faabd2fa0c4344d2bd5dee1e51babf0322af2 (diff) | |
download | cmamut-c6ac67db027f3437e47d674a1a20de6512b7d11c.tar.gz cmamut-c6ac67db027f3437e47d674a1a20de6512b7d11c.zip |
Add LICENSE
Diffstat (limited to 'cmamut.lisp')
-rw-r--r-- | cmamut.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmamut.lisp b/cmamut.lisp index f1bd327..3f94c46 100644 --- a/cmamut.lisp +++ b/cmamut.lisp @@ -1,6 +1,8 @@ (in-package #:cmamut) ; TODO: Use c2ffi to extract the spec.json using the header file as parameter +; TODO: Enums are only seen by C++ constructs, C only sees numbers. +; When extracting C headers, enums should be converted into hash defines so that functions can use them easily. (defparameter +target-package+ (gensym)) |