Macro state

Source
macro_rules! state {
    ($label:ident {$($tail:tt)*}) => { ... };
}