This commit is contained in:
2022-08-22 04:45:08 +01:00
parent 9ac16f8e80
commit 0174deb08a

View File

@@ -9,8 +9,6 @@ KeywordType keywordTypes[] = {
{TOKEN_INTEGER, "int"}, {TOKEN_INTEGER, "int"},
{TOKEN_FLOAT, "float"}, {TOKEN_FLOAT, "float"},
{TOKEN_STRING, "string"}, {TOKEN_STRING, "string"},
{TOKEN_ARRAY, "array"},
{TOKEN_DICTIONARY, "dictionary"},
{TOKEN_FUNCTION, "fn"}, {TOKEN_FUNCTION, "fn"},
{TOKEN_ANY, "any"}, {TOKEN_ANY, "any"},