token

Macro token 

Source
macro_rules! token {
    ($pattern:pat => $result:expr) => { ... };
    ($pattern:pat) => { ... };
}
Expand description

Parse a token by kind, extracting the inner token.