paper/src/atccl_operators.txt
author Eugen Sawin <sawine@me73.com>
Mon, 28 Mar 2011 23:38:01 +0200
changeset 11 a72716252271
permissions -rw-r--r--
Minor.
sawine@0
     1
int_op                 = "is" [ "not" ] 
sawine@0
     2
                         | ("greater" | "less") "than"
sawine@0
     3
string_op              = "is" [ "not" ]
sawine@0
     4
string_array_op        = "is" [ "not" ]
sawine@0
     5
                         | [ "not" ] "in"
sawine@0
     6
string_string_array_op = [ "not" ] "in"