From 1c217ee6ac5aacd2f37b1d0e69a71ac94afd5acd Mon Sep 17 00:00:00 2001 From: Daniel Cerqueira Date: Wed, 28 May 2025 12:37:55 +0100 Subject: Init lali programming language. --- TODO | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..0a55ffd --- /dev/null +++ b/TODO @@ -0,0 +1,38 @@ +maybe make the repl use the readline library. +create lisp code for addition. +use secure functions. +make quest a thing. +remove macros? + +split, join. +make unit testing. +instead of returning "#= and = . add !. (done) +expose eval as a function. (done) +add dif. remove eq. (done) +add fill. (done) +add n. (done) -- cgit