Block a user
Improve Kym Runtime Errors
PR !29 has handled improving the parser errors, however runtime errors could do with more work. They may have a stack trace now, but it lacks line information as Chunks don't record this…
Improve Syntax Error Messages and Fix Comments
Improve Syntax Error Messages and Fix Comments
There's no benefit to handling the tokenizer as external state being passed to the AST. It may as well just be part of the AST state internally.
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