aboutsummaryrefslogtreecommitdiff
path: root/include/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lex.h')
-rw-r--r--include/lex.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/include/lex.h b/include/lex.h
index c42dc4b..a339878 100644
--- a/include/lex.h
+++ b/include/lex.h
@@ -13,20 +13,18 @@ enum lexical_token {
T_CONTINUE,
T_DEFER,
T_ELSE,
- T_ENUM,
- T_EXPORT,
T_EXTERN,
T_FALSE,
T_FOR,
T_FUNC,
T_IF,
- T_IMPORT,
+ T_INCLUDE,
T_LET,
- T_MUT,
T_RETURN,
T_STRUCT,
T_TRUE,
T_UNION,
+ T_VAR,
T_LAST_KEYWORD,
// Builtin types