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