Block a user
Non-String Indices in Kym Table Literals
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.