1.0.2 • Published 3 years ago
search-expression-parser v1.0.2
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!