Improve Syntax Error Messages and Fix Comments #29

Merged
kayomn merged 4 commits from kym-script-comments into main 2023-07-22 16:08:04 +02:00
Owner

Adds / fixes syntax error messages and closes .

Adds / fixes syntax error messages and closes #26.
kayomn added this to the (deleted) milestone 2023-07-22 15:48:10 +02:00
kayomn added the
bug
label 2023-07-22 15:48:10 +02:00
kayomn self-assigned this 2023-07-22 15:48:11 +02:00
kayomn added 1 commit 2023-07-22 15:48:11 +02:00
kayomn changed title from WIP: Improve Syntax Error Messages and Add Comments to WIP: Improve Syntax Error Messages and Fix Comments 2023-07-22 15:56:24 +02:00
kayomn added 2 commits 2023-07-22 15:57:02 +02:00
kayomn reviewed 2023-07-22 15:59:16 +02:00
@ -208,7 +208,7 @@ pub const RuntimeEnv = struct {
var tokenizer = tokens.Tokenizer{.source = data};
Author
Owner

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.

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.
kayomn marked this conversation as resolved
kayomn added 1 commit 2023-07-22 16:06:45 +02:00
kayomn changed title from WIP: Improve Syntax Error Messages and Fix Comments to Improve Syntax Error Messages and Fix Comments 2023-07-22 16:07:52 +02:00
kayomn merged commit e71048e83d into main 2023-07-22 16:08:03 +02:00
kayomn deleted branch kym-script-comments 2023-07-22 16:08:05 +02:00
Sign in to join this conversation.
No description provided.