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.