script

Macro script 

Source
macro_rules! script {
    ($($proc_macro:tt)*) => { ... };
}