From 046fa5042988cfe7d81a6e547bd6359541ced653 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Tue, 27 May 2025 09:42:12 -0600 Subject: [PATCH] start 017 --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 535958f..3c174ab 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,7 @@ *** IN PROGRESS *** [Judah] + 017 [x] re-implement dynamic arrays (should mirror procedures on 'Static_Array') [Jesse] 011 [math] add more Vec math procedures @@ -20,7 +21,6 @@ 014 [platform] add support for read file, write file, etc. 015 [meta] create metaprogramming utilitites module (AST rewriting, code generation/introspection, etc.) 016 [x] default to arena-based allocators everywhere (a la brevis/serenum) - 017 [x] re-implement dynamic arrays (should mirror procedures on 'Static_Array') 018 [x] enum backed array type (can just be a 'Static_Array' specialization) 019 [rand] create random number generation module (probably port Demetri's 'pcg32_pie') 020 [net] create networking module (just a layer over sockets)