Skip to main content

do_cmd

Macro do_cmd 

Source
macro_rules! do_cmd {
    ($engine:ident,$token:expr,$cmd:ident) => { ... };
    ($ET:ty;$engine:ident,$token:expr,$cmd:ident) => { ... };
}
Expand description

Default treatment of unexpandable tokens, i.e. passed to the relevant Stomach method or throws ErrorHandler::not_allowed_in_mode errors.