Improve Syntax Error Messages and Fix Comments #29
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: kayomn/ona#29
Loading…
Reference in New Issue
No description provided.
Delete Branch "kym-script-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds / fixes syntax error messages and closes #26.
WIP: Improve Syntax Error Messages and Add Commentsto WIP: Improve Syntax Error Messages and Fix Comments@ -208,7 +208,7 @@ pub const RuntimeEnv = struct {
var tokenizer = tokens.Tokenizer{.source = data};
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.
WIP: Improve Syntax Error Messages and Fix Commentsto Improve Syntax Error Messages and Fix Comments