From 32d74754f4c1111db2e6c21a1a59f410d5e28aca Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Fri, 23 May 2025 10:07:10 -0600 Subject: [PATCH] . --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 254e576..f25a494 100644 --- a/TODO +++ b/TODO @@ -19,7 +19,7 @@ 009 [encoding] jai-friendly binary serialization support - blocked by 007 012 [map] create a simple arena-backed hash map implementation 'Map(K, V)', should be able to hash a key of any type (must include: get, set, remove, for_expansion) - possibly blocked by 032 013 [bindings] create build/binding utilitites module (since we do this a lot) - 014 [platform] add support for OS/platform-specific procedures (read file, write file, etc.) + 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')