macro_rules! word_right_associative {
    ($self:ident, $Kind: pat, $SubOp: ident, $SelfOp: ident, $WordFn: ident) => { ... };
}