.
This commit is contained in:
parent
f33421009a
commit
32d74754f4
1 changed files with 1 additions and 1 deletions
2
TODO
2
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue