From 0d5ef5b66dde176523a8425826d4475091a4c8eb Mon Sep 17 00:00:00 2001 From: Nathanne Isip Date: Sat, 23 Nov 2024 11:35:00 +0800 Subject: [PATCH] Updated to-do list. --- TODO.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 7bfbab7..1a1d354 100644 --- a/TODO.md +++ b/TODO.md @@ -1,9 +1,8 @@ Todo: --- -- Operators: \ (x / y = y \ x), vector operators such as (.+, .-, etc) +- Vector operators such as (.+, .-, etc) - Fractions: // (automatically converted as double floating-point number by the DynamicClass) -- Inline DynamicObject for Cmd-typed objects/variables - `use` statement for importing files to current script. - Package path finding mechanism: Same folder environment. (Using toml) @@ -17,7 +16,7 @@ Todo: ✓ io * lang * map - * math + ✓ math * ml * net ✓ reflect