Enum menhir_runtime::internals::Action
[−]
[src]
pub enum Action<YYType, State> { Err, Reduce(Option<SemAct<YYType, State>>), Shift(State), }
Variants
Err
Reduce(Option<SemAct<YYType, State>>)
Shift(State)