macro_rules! feedable {
    ([]) => { ... };
    ([(feedable) $($rest:tt)*]) => { ... };
    ([$other:tt $($modifiers:tt)*]) => { ... };
}