OperatorNames.BinaryFromName Method
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: OperatorNames
Gets the binary operator with a given name
public static BinaryOperatorType BinaryFromName(string name);
Parameters
| string name | Name of the operator |
Returns
| BinaryOperatorType | The binary operator token |
