paper/src/atccl_operators.txt
author Eugen Sawin <sawine@me73.com>
Tue, 29 Mar 2011 19:26:07 +0200
changeset 15 0d2daf4fcb99
permissions -rw-r--r--
Stuff.
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"