Changed how tokens are represented in memory

Also made string-literal tokens now include the quotes as part of their contents.
This commit is contained in:
Pasha Bibko
2025-04-22 10:55:35 +01:00
parent 4b47e803ce
commit c95d91b867
6 changed files with 40 additions and 28 deletions

View File

@@ -1,2 +1,2 @@
func main
return 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8
return 375 + "heloo there"