start 010

This commit is contained in:
Judah Caruso 2025-05-21 11:27:54 -06:00
parent 7fad40c4c7
commit 749755c368

2
TODO
View file

@ -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.)