diff options
Diffstat (limited to 'tokenizer.c')
-rw-r--r-- | tokenizer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tokenizer.c b/tokenizer.c index 39b7f06..98c0d13 100644 --- a/tokenizer.c +++ b/tokenizer.c @@ -9,7 +9,7 @@ static const char *const keywords[KW_COUNT] = "!=", "<=", "<", ">=", ">", "+", "-", "*", "!", "&", "/", "..", ".", "=", - "if", "elif", "else", "while", "each", "return", "fn", "as", + "if", "elif", "else", "while", "for", "return", "fn", "as", "new", "del", "struct", "int", "i8", "i16", "i32", "i64", "u8", "u16", "u32", "u64", "float", "f32", "f64", "Type", |