paper/src/atccl_operators.txt
changeset 0 feede61efa96
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/paper/src/atccl_operators.txt	Fri Jun 04 13:48:28 2010 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +int_op                 = "is" [ "not" ] 
     1.5 +                         | ("greater" | "less") "than"
     1.6 +string_op              = "is" [ "not" ]
     1.7 +string_array_op        = "is" [ "not" ]
     1.8 +                         | [ "not" ] "in"
     1.9 +string_string_array_op = [ "not" ] "in"