fn binary_op_precedence(op: &Op) -> u8
The precedence of a binary operator, mirroring Parser::get_next_precedence. A namespaced OPERATOR(...) binds at OTHER, like the parser.
Parser::get_next_precedence
OPERATOR(...)
OTHER