1
0
mirror of https://github.com/djcb/mu.git synced 2024-07-06 09:01:17 +02:00
mu/lib/parser
djcb 65863e46cd parser: fix and-not precedence
For now, don't treat "and not" specially; this gets us back into a
somewhat working state. At some point, we probably _do_ want to
special-case and_not though (since Xapian supports it).
2017-10-31 07:18:14 +02:00
..
data.hh phrases: only allow for index fields 2017-10-27 18:42:58 +03:00
dummy-processor.hh lib: implement new query parser 2017-10-24 22:55:35 +03:00
Makefile.am parser: add more tests 2017-10-28 14:12:50 +03:00
parse.cc lib: implement new query parser 2017-10-24 22:55:35 +03:00
parser.cc parser: fix and-not precedence 2017-10-31 07:18:14 +02:00
parser.hh lib: implement new query parser 2017-10-24 22:55:35 +03:00
proc-iface.hh parser: add more tests 2017-10-28 14:12:50 +03:00
test-parser.cc parser: add more tests 2017-10-28 14:12:50 +03:00
test-tokenizer.cc parser: add more tests 2017-10-28 14:12:50 +03:00
test-utils.cc parser: add more tests 2017-10-28 14:12:50 +03:00
tokenize.cc lib: implement new query parser 2017-10-24 22:55:35 +03:00
tokenizer.cc tokenizer: clean unicode-aware 2017-10-28 14:13:09 +03:00
tokenizer.hh lib: implement new query parser 2017-10-24 22:55:35 +03:00
tree.hh parser: fix some post-c++14 code 2017-10-27 18:40:37 +03:00
utils.cc mu: some optimizations 2017-10-29 13:34:57 +02:00
utils.hh tokenizer: clean unicode-aware 2017-10-28 14:13:09 +03:00
xapian.cc phrases: only allow for index fields 2017-10-27 18:42:58 +03:00
xapian.hh lib: implement new query parser 2017-10-24 22:55:35 +03:00