diff options
Diffstat (limited to 'src/frontend/lexer.h')
-rw-r--r-- | src/frontend/lexer.h | 2 |
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 { |