Add basic var tokens

This commit is contained in:
2026-04-29 20:28:52 +02:00
parent 76f9168c5f
commit e2d8e385f0
3 changed files with 31 additions and 0 deletions
+4
View File
@@ -31,6 +31,10 @@ static const KeywordMap keywords[] = {
{"import", TOKEN_IMPORT},
{"alias", TOKEN_ALIAS},
{"public", TOKEN_PUBLIC},
{"var", TOKEN_VAR},
{"const", TOKEN_CONST},
{"static", TOKEN_STATIC},
{"void", TOKEN_VOID},
{"i8", TOKEN_I8},
{"i16", TOKEN_I16},