Improve Syntax Error Messages and Fix Comments #29
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	
	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