aboutsummaryrefslogtreecommitdiff
path: root/include/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lex.h')
-rw-r--r--include/lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lex.h b/include/lex.h
index 2297be8..f556bf6 100644
--- a/include/lex.h
+++ b/include/lex.h
@@ -9,6 +9,7 @@
enum lexical_token {
// Keywords
T_ALIGN,
+ T_AS,
T_BREAK,
T_CONST,
T_CONTINUE,
@@ -25,6 +26,7 @@ enum lexical_token {
T_PUB,
T_RETURN,
T_STRUCT,
+ T_TAGOF,
T_TRUE,
T_UNION,
T_VAR,