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