macro_rules! makelbox {
    ($si:expr, $e:expr) => { ... };
}
Expand description

macro for creating an LBox from a crate::StackedItem ($si) popped from the parse stack; should be called from within the semantics actions of a grammar to accurately encode lexical information.