macro_rules! stack_token {
($name:ident) => { ... };
}Expand description
Creates a new StackToken with a given name on the stack.
macro_rules! stack_token {
($name:ident) => { ... };
}Creates a new StackToken with a given name on the stack.