These are chat archives for riichard/boolean-parser-js
Click on a coloured date box to view message archives for a given day.
Script that parses a boolean query to an array with all the possible combinations. IE: (a AND (b OR c)) -> [[a, b],[a, c]]