diff options
-rw-r--r-- | lexer.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -152,6 +152,7 @@ static const struct token reserved_words[] = { { T_DOUBLE, "NaN", 3, { .d = NAN } }, { T_TRY, "try", 3 }, { T_FOR, "for", 3 }, + { T_LOCAL, "let", 3 }, { T_IF, "if", 2 }, { T_IN, "in", 2 }, }; |