This commit is contained in:
Judah Caruso 2025-05-22 12:38:26 -06:00
parent fcc654f89c
commit c5b67c069c

1
TODO
View file

@ -69,6 +69,7 @@
063 [x] creating import rewriting metaprogram to automatically import .C or .H files
064 [thirdpaty/luau] create bindings module (see: https://luau.org)
065 [array] add dynamic, but stable array implementation (values should not move in memory once appended to the array; should mirror procedures on 'Static_Array')
066 [x] add generational ids module(?) (u64 that encodes generation # and index); maybe this integrates with [map] or [array]?
*** DONE ***