Parse ((possibly) nested) search expressions
search-expression-parser turns search expressions like this:
is:archived AND (tag:production OR tag:dev AND NOT author:"John Doe")
...into an easily processable tree structure.
Visit the docs to learn more!