aboutsummaryrefslogtreecommitdiff
path: root/alisp.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-08-21 21:27:01 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-08-21 21:27:01 +0100
commited37f7cd80ce92a03ef3fccbbc3246addb29e2e1 (patch)
treeffe6f555fe9284ddd2ee916512726f95a9d17fa3 /alisp.org
parent29b18bc1de689f9339f82a9ceb30cad5157b7f56 (diff)
downloadalisp-ed37f7cd80ce92a03ef3fccbbc3246addb29e2e1.tar.gz
alisp-ed37f7cd80ce92a03ef3fccbbc3246addb29e2e1.tar.bz2
alisp-ed37f7cd80ce92a03ef3fccbbc3246addb29e2e1.zip
cons_test written
Diffstat (limited to 'alisp.org')
-rw-r--r--alisp.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/alisp.org b/alisp.org
index 45e7432..463c429 100644
--- a/alisp.org
+++ b/alisp.org
@@ -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?