diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-08-21 21:27:01 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2025-08-21 21:27:01 +0100 |
commit | ed37f7cd80ce92a03ef3fccbbc3246addb29e2e1 (patch) | |
tree | ffe6f555fe9284ddd2ee916512726f95a9d17fa3 /alisp.org | |
parent | 29b18bc1de689f9339f82a9ceb30cad5157b7f56 (diff) | |
download | alisp-ed37f7cd80ce92a03ef3fccbbc3246addb29e2e1.tar.gz alisp-ed37f7cd80ce92a03ef3fccbbc3246addb29e2e1.tar.bz2 alisp-ed37f7cd80ce92a03ef3fccbbc3246addb29e2e1.zip |
cons_test written
Diffstat (limited to 'alisp.org')
-rw-r--r-- | alisp.org | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ Test if ~make_vec~ works with ~as_vec~, ~cons~ with ~as_cons~ AND We may need to think of effective ways to deal with NILs in ~car~ and ~cdr~. Maybe make functions as well as the macros so I can choose between them? +*** TODO Write more tests ** TODO Test system registration of allocated units :test: In particular, does clean up work as we expect? Do we have situations where we may double free or not clean up something we should've? |