From c5b67c069ca0825b22dadf7ea0c2ec6bdde6a640 Mon Sep 17 00:00:00 2001 From: Judah Caruso Date: Thu, 22 May 2025 12:38:26 -0600 Subject: [PATCH] add 066 --- TODO | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO b/TODO index 5fbb21e..0c94f2e 100644 --- a/TODO +++ b/TODO @@ -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 ***