search-expression-parser
v1.0.2
Published
Parse ((possibly) nested) search expressions
Downloads
22
Maintainers
Readme
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!