Commit 11180c84 authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

Update TQL with new operator

parent 30c8870d
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ seblu> list a-con #list disconnected account
== statement separators ==
& selection intersection
| selection union
/ selection complement
^ selection limit
$ tag showing
% tag sorting
@@ -138,6 +139,6 @@ input: [ prop ] EOL
prop: "(" prop ")" | stat
stat: [ prop ] sep prop | [ prop ] mod word | clause
clause: word [ op word ]
sep: "&" | "|"
sep: "&" | "|" | "/"
mod: "^" | "%" | "$"
op: "=" | "!=" |  ":" | "!:" | "~" | "!~" | ">" | ">=" | "<" | "<="