macro_rules! word_right_associative_statement {
    ($self:ident, $Kind: path, $Op: ident, $Stmt: ident) => { ... };
}