macro_rules! token { ($pattern:pat => $result:expr) => { ... }; ($pattern:pat) => { ... }; }
Parse a token by kind, extracting the inner token.