macro_rules! glyph {
    ($($part:expr),* $(,)?) => { ... };
}