Native "Syscall" Interface for Kym
A lot of duplication with @typeInfo(usize).Int
and getting min / max limits of int types in general. These could be reduced into a constants declared in function body to reduce repetition.
Native "Syscall" Interface for Kym
Potentially (but very unlikely to ever trigger) unsafe length cast.
Native "Syscall" Interface for Kym
Potentially (but very unlikely to ever trigger) unsafe length cast.
Native "Syscall" Interface for Kym
Potentially (but very unlikely to ever trigger) unsafe length cast.
Native "Syscall" Interface for Kym
Does this operation "get" like the name suggests (acquiring a reference) or is it an immutable view like the current implementation suggests?
1ea115b277
Replace globals with native call interface
84e5236ba1
Add global function calling syntax support
Non-String Indices in Kym Table Literals
In order to support symbols, similar to Ruby, I believe this issue should be expanded to also include handling for symbols.
The new syntax proposal is as follows:
- Table literal with…