macro_rules! match_token {
    ($pat:pat_param) => { ... };
}