Function get_operator

Function Documentation

Operator *get_operator(OperatorTable, string, Fixity)

Get an operator given name and fixity, will return specific operator with priority to fixity, in order of: PREFIX, POSTFIX, INFIX.

Note

May return nil when no such operator is found.