aboutsummaryrefslogtreecommitdiffstats
path: root/src/frontend/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/lexer.h')
-rw-r--r--src/frontend/lexer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/lexer.h b/src/frontend/lexer.h
index 266beea..54c88fa 100644
--- a/src/frontend/lexer.h
+++ b/src/frontend/lexer.h
@@ -35,6 +35,8 @@ enum Keyword
KW_AND,
KW_OR,
KW_NOT,
+ KW_IF,
+ KW_ELSE,
};
struct token
{