macro_rules! ast_enum { ( $(#[$enum_attr:meta])* pub enum $name:ident $(# $tags:ident)* { $($variants:tt)* } ) => { ... }; }