Skip to content

Commit 3c41ef3

Browse files
committed
Add support for and_v(v:$sub1,$sub2) patterns
While 'or' in taptrees can easily be split into different leaves, the same is not easily possible for policies that are composed with a conjunction (except with DNF reductions that incur in an exponential cost in the number of leaves, which is not practical). This adds minimal support for matching pattern with disjunctive policies, even just at a single level of nesting.
1 parent e62b858 commit 3c41ef3

5 files changed

Lines changed: 378 additions & 13 deletions

File tree

0 commit comments

Comments
 (0)