textquery icon indicating copy to clipboard operation
textquery copied to clipboard

Evaluate any text against a collection of match rules

Results 2 textquery issues
Sort by recently updated
recently updated
newest added

In regard to #7. Please give your thought on this.

Multiple things wrong here: 1) The code uses simple left-to-right precedence, it doesn't favour either AND or OR: https://github.com/igrigorik/textquery/blob/master/lib/textquery/textquery_grammar.treetop#L8 2) The comment in the test shows OR having greater precedence,...