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