update todo

This commit is contained in:
2026-07-14 00:03:05 +02:00
parent 0b0b00a050
commit eac5b32738
+6
View File
@@ -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: