diff options
author | John Hodge <tpg@mutabah.net> | 2015-03-08 23:58:56 +0800 |
---|---|---|
committer | John Hodge <tpg@mutabah.net> | 2015-03-08 23:58:56 +0800 |
commit | b082aab8d49e3b5a2e1eeee97fd9330f782b7381 (patch) | |
tree | 5eb644019f9b1eca222258453bcc54ff266e40fe /src/ast/expr.hpp | |
parent | 54ab187e82a41f7221660c7b1dc7777ce8a17228 (diff) | |
download | mrust-b082aab8d49e3b5a2e1eeee97fd9330f782b7381.tar.gz |
Cleanup to pattern handling
Diffstat (limited to 'src/ast/expr.hpp')
-rw-r--r-- | src/ast/expr.hpp | 2 |
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, |