update todo
This commit is contained in:
@@ -828,6 +828,12 @@
|
|||||||
- pointer sigils are highlighted as operators
|
- pointer sigils are highlighted as operators
|
||||||
- type-factory calls in type positions and struct literals are highlighted as functions
|
- 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
|
## A word on unchecked casts
|
||||||
|
|
||||||
For casts that bypass safety checks, Honey provides builtin functions:
|
For casts that bypass safety checks, Honey provides builtin functions:
|
||||||
|
|||||||
Reference in New Issue
Block a user