UNPKG

boolean-parser

Version:

Script that parses a boolean query to an array with all the possibilities. IE: (a AND (b OR c)) -> [[a, b],[a, c]]

9 lines (8 loc) 91 B
language: node_js node_js: - "4.1" - "4.0" - "0.12" - "0.11" - "0.10" - "iojs"