macro_rules! parse_attr {
() => { ... };
($tag:ident) => { ... };
($tag:ident, .$attr:ident = $value:expr $(,.$right_attr:ident$(-$nexts:ident)* = $right_expr:expr)*) => { ... };
}macro_rules! parse_attr {
() => { ... };
($tag:ident) => { ... };
($tag:ident, .$attr:ident = $value:expr $(,.$right_attr:ident$(-$nexts:ident)* = $right_expr:expr)*) => { ... };
}