OperatorNode.operator

stores the operator (like '+' ...)

struct OperatorNode
string operator;

Meta