Home | History | Annotate | Download | only in thirdparty

Lines Matching defs:OPERATORS

122 OPERATORS = BINARY_OPERATORS + UNARY_OPERATORS
396 for operator in OPERATORS:
413 - Always surround these binary operators with a single space on
418 - Use spaces around arithmetic operators.
466 # Allow unary operators: -123, -x, +1.