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