For example, we want to say:
make optic* in $failed
I think the "in" (== logical "and") would be the only useful one. "or" is implied.
Maybe we should add also a "not".
more optic* in not $failed
make not optic*
Add parenthesis as well?
I should figure out the associativity of operators.