ericlass/erc

Merge Operator Interfaces

Closed this issue · 0 comments

Currently there are two separate interfaces for operators: IOperator for binary operators and IUnaryOperator for, well, unary operators. They have some common members that should be merged in a common operator interface. This should reduce some code duplication and unnecessary ifs.