leo_interpreter

Macro halt

Source
macro_rules! halt {
    ($span: expr) => { ... };
    ($span: expr, $($x:tt)*) => { ... };
}