macro_rules! parser_err {
    ($parser:expr, $pos:expr, $MSG:expr) => { ... };
    ($parser:expr, $pos:expr, $($arg:tt)*) => { ... };
}