Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-21 | grammar: fix precendence rules | Daniel | |
If we don't allow the higher-tier on the left side, we cannot chain multiple or/and on the same level. Since or is associative, we shouldn't expect the user to write (... or (... or ...)) and instead provide the flattened version as well. | |||
2020-04-21 | add "or" and "and" to the list of tokens | Daniel | |
Otherwise they'd get tokenized as word and we couldn't build conjunctions/disjunctions. | |||
2020-04-21 | better error outputs | Daniel | |
2020-04-20 | Add -player as a shortcut to search player names | Daniel | |
2020-04-18 | first version of the new filter pipeline | Daniel | |