From eac5b3273852c0bbcfddfb02716b4e324c048a36 Mon Sep 17 00:00:00 2001 From: hl-valdemar Date: Tue, 14 Jul 2026 00:03:05 +0200 Subject: [PATCH] update todo --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 5679f88..f639ec8 100644 --- a/TODO.md +++ b/TODO.md @@ -828,6 +828,12 @@ - pointer sigils are highlighted as operators - type-factory calls in type positions and struct literals are highlighted as functions +36. is it currently possible to access a subpackage from a parent package? if not, maybe it should be + +37. add a debug package in `std` that provides debugging utilities + - add `debug.print` function making use of `std/io` to print values to the console + - this may either require native variadic arguments or a tuple value to like zig's approach (consider pros and cons) + ## A word on unchecked casts For casts that bypass safety checks, Honey provides builtin functions: