diff options
| author | WormHeamer | 2025-08-07 00:50:01 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-07 00:50:01 -0400 |
| commit | 9c5d50e5371cd26d7ae8fd896dc06fa9af684949 (patch) | |
| tree | 9140ba2ba6d6be752665cfb51ffb57262c4ba38e /lex.h | |
| parent | 632f2e43d43eaae936cc0567ef18bb25f94e1bdd (diff) | |
add if statements
Diffstat (limited to 'lex.h')
| -rw-r--r-- | lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ X(RETURN, "return")\ X(TRUE, "true")\ X(FALSE, "false")\ + X(IF, "if")\ + X(ELSE, "else")\ X(LBRACE, "{")\ X(RBRACE, "}")\ X(LPAREN, "(")\ |
