This commit is contained in:
SpookyDervish
2025-10-15 16:23:51 +11:00
parent a75dcb933e
commit 549f650b54
7 changed files with 51 additions and 26 deletions

View File

@@ -42,6 +42,7 @@ class TokenType(Enum):
COLON = "COLON"
SEMICOLON = "SEMICOLON"
COMMA = "COMMA"
DOLLARSIGN = "DOLLARSIGN"
# Keywords
RETURN = "RETURN"