From 0174deb08a63f5bdd8aa93a04709238e37f8ccd5 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Mon, 22 Aug 2022 04:45:08 +0100 Subject: [PATCH] Resolved #16 --- source/keyword_types.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/keyword_types.c b/source/keyword_types.c index d79d6b2..0cd5740 100644 --- a/source/keyword_types.c +++ b/source/keyword_types.c @@ -9,8 +9,6 @@ KeywordType keywordTypes[] = { {TOKEN_INTEGER, "int"}, {TOKEN_FLOAT, "float"}, {TOKEN_STRING, "string"}, - {TOKEN_ARRAY, "array"}, - {TOKEN_DICTIONARY, "dictionary"}, {TOKEN_FUNCTION, "fn"}, {TOKEN_ANY, "any"},