macro_rules! elem2 { ($tag:expr, $t:ident) => { ... }; }
A macro to help build parsers for MathML elements with 2 arguments.