Using letters for operators may prove to be a silly choice but I tried
to use those that look somewhat like the correct symbols.
set -> LEFT_CURLY set_definition RIGHT_CURLY
set -> LEFT_BRACKET set set_op set RIGHT_BRACKET
set -> transform set
-set_op -> UNION
-set_op -> INTERSECTION
-set_op -> DIFFERENCE
-set_op -> CARTESIAN_PRODUCT
-set_op -> MINKOWSKI_SUM
+set_op -> union
+set_op -> intersection
+set_op -> difference
+set_op -> cartesian_product
+set_op -> minkowski_sum
+union -> U
+intersection -> N
+difference -> BACKSLASH
+cartesian_product -> X
+minkowski_sum -> PLUS
transform -> rotation
transform -> translate
transform -> mirror