Macro word_expr_build

Source
macro_rules! word_expr_build {
    ($self:ident, $operator: path, $start: ident, $argument: ident) => { ... };
}