From 749755c368cadcfb804d3bbc9bdfd326a962543b Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Wed, 21 May 2025 11:27:54 -0600 Subject: [PATCH] start 010 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index ed98cbd..2de5a3f 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ *** IN PROGRESS *** [Judah] 000 [math] add easing procedures + 010 [other] make base jai files standalone (ie. [array], [memory], etc... big maybe) [Jesse] 001 [arch] create module to determine simd support @@ -16,7 +17,6 @@ 007 [bytes] create byte utilities module (should include Builder type) 008 [strings] create string utilities module (blocked by 007) 009 [encoding] add binary support (blocked by 007) - 010 [other] make base jai files standalone (ie. [array], [memory], etc... big maybe) 012 [hash] create 'Map(K, V)' type 013 [bindings] create build/binding utilitites module (since we do this a lot) 014 [platform] create module for OS/platform-specific procedures (read file, write file, etc.)