paper/src/atccl_operators.txt
author Eugen Sawin <sawine@me73.com>
Fri, 25 Mar 2011 15:57:06 +0100
changeset 6 189c28168c97
permissions -rw-r--r--
Corrections.
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"