diff options
author | Galin Simeonov <gts@volconst.com> | 2021-06-04 16:42:52 +0300 |
---|---|---|
committer | Galin Simeonov <gts@volconst.com> | 2021-07-15 18:04:59 +0300 |
commit | a26684a417729699e95b335a3d00798237ffba9b (patch) | |
tree | 6cd73bc90fbe5fd435b8cc721455d0a70420a4ac /src/frontend/lexer.h | |
parent | b845e4754be86d2216733d9bea75cb301f38739d (diff) | |
download | MEGATRON-a26684a417729699e95b335a3d00798237ffba9b.tar.gz |
added the if statement
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 { |