Macro mathml::elem0

source ·
macro_rules! elem0 {
    ($tag:expr) => { ... };
}
Expand description

A macro to help build parsers for simple MathML elements (i.e., without further nesting).