OperatorLookup - YiZhang-Paul/Mock_Up_Calculator GitHub Wiki
Namespace: ExpressionsClassLibrary
Implements: IOperatorLookup
Description: Provides operators lookup service and other operator related data.
Constructors | Usage |
---|---|
OperatorLookup() | Initializes an instance of OperatorLookup class |
Properties | Usage |
---|---|
Operators<string[]> | all operators in lookup table |
Precedence<List<string[]>> | operators group by operator precedence, in descending order |
Unary<HashSet<string>> | all unary operators in lookup table |
Remarks:
For a full list of supported operators, please refer to here.