aboutsummaryrefslogtreecommitdiff
path: root/src/fexpr/grammar.lalrpop
AgeCommit message (Expand)Author
2021-11-17Implement -gamemodeDaniel Schadt
2021-11-17Add a game-mode filterDaniel Schadt
2021-11-12Minor code smell fixesDaniel
2020-10-04update to newest evtclibDaniel
2020-06-12implement -after/-before in terms of -timeDaniel
2020-06-12add a count(player) to count all playersDaniel
2020-06-12implement count(player: ...) constructDaniel
2020-06-12allow durations with minutes as wellDaniel
2020-06-12initial work on comparison based filtersDaniel
2020-05-13clean up SearchField related codeDaniel
2020-05-12make regular expressions case-insensitiveDaniel
2020-05-12add a -cm filterDaniel
2020-05-04add -class player filterDaniel
2020-05-04exclude : from words againDaniel
2020-05-04Add a -log-before & -log-after predicateDaniel
2020-05-01improve requoting heuristicDaniel
2020-05-01change LogFilter to take EarlyLogResultDaniel
2020-05-01fix timestamp handlingDaniel
2020-04-29allow quoted strings as boss namesDaniel
2020-04-29update evtclib to 0.2.0Daniel
2020-04-25add -include and -excludeDaniel
2020-04-25use free functions instead of Filter::newDaniel
2020-04-21grammar: fix precendence rulesDaniel
2020-04-21add "or" and "and" to the list of tokensDaniel
2020-04-21better error outputsDaniel
2020-04-20Add -player as a shortcut to search player namesDaniel
2020-04-18first version of the new filter pipelineDaniel