Block a user
Ona Script Comments
Comments are actually already meant to be supported in the tokenizer, however a bug was preventing the branch that handles them from ever getting properly invoked.
This led to only the #
…
WIP: Improve Syntax Error Messages and Add Comments
Native "Syscall" Interface for Kym
Unnecessary Copying in Kym Runtime Heap
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?