start 017
This commit is contained in:
parent
1b943c6eb3
commit
046fa50429
1 changed files with 1 additions and 1 deletions
2
TODO
2
TODO
|
|
@ -1,6 +1,7 @@
|
||||||
*** IN PROGRESS ***
|
*** IN PROGRESS ***
|
||||||
|
|
||||||
[Judah]
|
[Judah]
|
||||||
|
017 [x] re-implement dynamic arrays (should mirror procedures on 'Static_Array')
|
||||||
|
|
||||||
[Jesse]
|
[Jesse]
|
||||||
011 [math] add more Vec math procedures
|
011 [math] add more Vec math procedures
|
||||||
|
|
@ -20,7 +21,6 @@
|
||||||
014 [platform] add support for 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.)
|
015 [meta] create metaprogramming utilitites module (AST rewriting, code generation/introspection, etc.)
|
||||||
016 [x] default to arena-based allocators everywhere (a la brevis/serenum)
|
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)
|
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')
|
019 [rand] create random number generation module (probably port Demetri's 'pcg32_pie')
|
||||||
020 [net] create networking module (just a layer over sockets)
|
020 [net] create networking module (just a layer over sockets)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue