summaryrefslogtreecommitdiff
path: root/src/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/token.h')
-rw-r--r--src/token.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/token.h b/src/token.h
index d0b65ded..7b5eec11 100644
--- a/src/token.h
+++ b/src/token.h
@@ -88,6 +88,9 @@ struct expr_t::token_t : public noncopyable
KW_OR, // |, ||, or
KW_MOD, // %
+ KW_IF, // if
+ KW_ELSE, // else
+
QUERY, // ?
COLON, // :