fix: compilation engine errors

This commit is contained in:
2026-04-21 16:36:29 +01:00
parent 6d23e64f80
commit 10adbffd5f
2 changed files with 121 additions and 73 deletions
+1 -1
View File
@@ -14,9 +14,9 @@ type TokenType int
const (
KEYWORD TokenType = iota
SYMBOL
IDENTIFIER
INT_CONST
STR_CONST
IDENTIFIER
)
var KEYWORDS = []string{