feat: added in expression in if tag (#143)
This commit is contained in:
@@ -14,6 +14,7 @@ enum Operator {
|
||||
|
||||
|
||||
let operators: [Operator] = [
|
||||
.infix("in", 5, InExpression.self),
|
||||
.infix("or", 6, OrExpression.self),
|
||||
.infix("and", 7, AndExpression.self),
|
||||
.prefix("not", 8, NotExpression.self),
|
||||
|
||||
Reference in New Issue
Block a user