summaryrefslogtreecommitdiff
path: root/core/ptrbox.c
AgeCommit message (Collapse)Author
2026-08-23core: Add support for pointer boxesChloe M.
Pointer boxes are a way to manage memory and have all references released after operation, this way they do not need to be manually managed. Signed-off-by: Chloe M. <chloe@aptel.org>