Kth Operator
Operator token to be included in a KthModule or KthContext and used in an expression.
An operator takes two arguments (one on the left and one on the right) and returns a value.
Operators can be built using the helper functions createOperator and asOperator.