Skip to main content

binary_op_precedence

Function binary_op_precedence 

Source
fn binary_op_precedence(op: &Op) -> u8
Expand description

The precedence of a binary operator, mirroring Parser::get_next_precedence. A namespaced OPERATOR(...) binds at OTHER, like the parser.