function calls not working entirely >:(

This commit is contained in:
2025-10-15 15:32:40 +11:00
parent e0dd9ee541
commit a75dcb933e
7 changed files with 52 additions and 27 deletions

View File

@@ -172,5 +172,5 @@ class Lexer:
self.__read_char()
if self.current_char == '"' or self.current_char is None:
break
return self.source[position:self.position]