summaryrefslogtreecommitdiff
path: root/src/ast/expr.hpp
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2015-03-08 23:58:56 +0800
committerJohn Hodge <tpg@mutabah.net>2015-03-08 23:58:56 +0800
commitb082aab8d49e3b5a2e1eeee97fd9330f782b7381 (patch)
tree5eb644019f9b1eca222258453bcc54ff266e40fe /src/ast/expr.hpp
parent54ab187e82a41f7221660c7b1dc7777ce8a17228 (diff)
downloadmrust-b082aab8d49e3b5a2e1eeee97fd9330f782b7381.tar.gz
Cleanup to pattern handling
Diffstat (limited to 'src/ast/expr.hpp')
-rw-r--r--src/ast/expr.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ast/expr.hpp b/src/ast/expr.hpp
index 9ae6540e..b9ab5d05 100644
--- a/src/ast/expr.hpp
+++ b/src/ast/expr.hpp
@@ -320,6 +320,8 @@ struct ExprNode_BinOp:
CMPLTE,
CMPGT,
CMPGTE,
+ BOOLAND,
+ BOOLOR,
BITAND,
BITOR,