From f8356aa9eb7875a42e70a2bee60b4a1981799080 Mon Sep 17 00:00:00 2001 From: NoxAether <107390370+NoxAether@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:22:11 +1100 Subject: [PATCH] test --- todo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo.md b/todo.md index 6b2fe1a1..f4bcfefb 100644 --- a/todo.md +++ b/todo.md @@ -74,6 +74,7 @@ These AST node types are fully implemented in code generation: - [ ] Return value allocation tracking - [ ] Support for ownership transfer through function calls + #### Advanced Pointer Operations - [ ] **Complex pointer arithmetic** - [ ] Handle `ptr + offset` operations