mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-17 15:54:07 +10:00
Resolved #16
This commit is contained in:
@@ -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"},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user