diff options
| author | Daniel Cerqueira <dan.git@lispclub.com> | 2026-08-24 20:09:43 +0100 |
|---|---|---|
| committer | Daniel Cerqueira <dan.git@lispclub.com> | 2026-08-24 20:09:43 +0100 |
| commit | 6cad957737af8e7d4490255977956ce75700b2eb (patch) | |
| tree | 94c51739aa462b4b4a8038a0bcef4f773f3e2f7f | |
| parent | 956ea5c79884e4adde9076fd2251b77af5d27c5c (diff) | |
update TODO
| -rw-r--r-- | TODO | 24 |
1 files changed, 13 insertions, 11 deletions
@@ -1,16 +1,11 @@ -maybe make the repl use the readline library. -use secure functions. -make quest a thing. -remove macros? - -instead of returning "#<Lambda ..." it should return the expression. -remove lambda_type and macro_type. -create lisp code for yama. -put function names in the error messaging. -create neg (as being the negative). -iterate evalSet, evalCond, evalFill, evalList. Use evalProg for an example. make unit testing. +make proper documentation. +iterate evalSet, evalCond, evalFill, evalList. Use evalProg for an example. +create lisp code for yama. +signal handling. (done) +maybe make the repl use the readline library. (done) +getopts_long support. (done) split, join. (done) make numbers be symbols. (done) make number symbols neutral. (done) @@ -40,3 +35,10 @@ expose eval as a function. (done) add dif. remove eq. (done) add fill. (done) add n. (done) + + +instead of returning "#<Lambda ..." it should return the expression. (skip) +remove lambda_type and macro_type. (skip) +make quest a thing. (skip) +put function names in the error messaging. (skip) +create neg (as being the negative). (skip) |
