macro_rules! expect { ($parser: ident, $($branches: tt)+) => { ... }; }
Used in some fn expect_* methods
fn expect_*