Macro word_right_associative_expr

Source
macro_rules! word_right_associative_expr {
    ($self:ident, $Kind: path, $SubOp: ident, $SelfOp: ident) => { ... };
}