aboutsummaryrefslogtreecommitdiff
path: root/alisp.org
diff options
context:
space:
mode:
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?