Module operators

Module operators 

Source
Expand description

Defines operators for each symbol and their precedence.

Structs§

ADD
BINARY_OPS
The list of binary operators.
COMMA
DIV
MULT
Op
An operator with a given left and right precedence. Precedence is defined as an Option<u8> where 0 is the entire expression’s precedence and lower values means higher-priority. None indicates that the operator doesn’t support that mode of operation.
PM
POWER
SUB
UNARY_MINUS
UNARY_OPS
The list of unary operators.
UNARY_PLUS
UNARY_PM