From f33421009a2b3d8cfd9a34504043aa3df188af07 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Fri, 23 May 2025 10:06:40 -0600 Subject: [PATCH] . --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 0c94f2e..254e576 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] create module for OS/platform-specific procedures (read file, write file, etc.) + 014 [platform] add support for OS/platform-specific procedures (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')