aboutsummaryrefslogtreecommitdiff
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 0c8f70e..074228c 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -17,7 +17,9 @@
F(OP_LSHIFT, "<<") \
F(OP_RSHIFT, ">>") \
F(OP_AND, "&&") \
+ F(OP_BWAND, "&") \
F(OP_OR, "||") \
+ F(OP_BWOR, "|") \
F(OP_XOR, "^") \
F(OP_EQ, "==") \
F(OP_NEQ, "!=") \