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')