macro_rules! define_punctuation { ($($token:literal pub struct $name:ident/$len:tt #[doc = $usage:literal])*) => { ... }; }