automaton

Macro automaton 

Source
macro_rules! automaton {
    ( $( $token:tt )* ) => { ... };
}