summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Cerqueira <dan.git@lispclub.com>2025-06-10 20:24:46 +0100
committerDaniel Cerqueira <dan.git@lispclub.com>2025-06-10 20:24:46 +0100
commit2aee64fffbce490e97db01a133b0554c22ce1a30 (patch)
tree72db86fcbe875671de552017730443137cf4c8e4
parent1c4ba09954992d2310a0a58e65700e6452be4c3d (diff)
update TODO
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9b7a05e..97e6b29 100644
--- a/TODO
+++ b/TODO
@@ -5,7 +5,8 @@ remove macros?
instead of returning "#<Lambda ..." it should return the expression.
remove lambda_type and macro_type.
-create lisp code for addition.
+create lisp code for yama.
+iterate evalSet, evalCond, evalFill, evalList. Use evalProg for an example.
make unit testing.
split, join. (done)