Activity
transitions
changed to return Array[Action::Shift | Action::Goto]
…
transitions
changed to return Array[Action::Shift | Action::Goto]
…term_transitions
changed to return Array[Action::Goto]
instead of…
term_transitions
changed to return Array[Action::Goto]
instead of…Change variable names
Change variable names
Rename Shift
and Goto
attribute names
Rename
Shift
and Goto
attribute namesUse State::Action::Goto
instead of tuple of `(State, Grammar::Symbo…
Use
State::Action::Goto
instead of tuple of `(State, Grammar::Symbo…Include from_state
into Action::Shift
and Action::Goto
Include
from_state
into Action::Shift
and Action::Goto
Include next_state
into Action::Shift
and Action::Goto
Include
next_state
into Action::Shift
and Action::Goto
Force push
Do not use State#_transitions
as far as possible
Do not use
State#_transitions
as far as possibleForce push
Do not use State#_transitions
as far as possible
Do not use
State#_transitions
as far as possibleForce push
Do not use State#_transitions
as far as possible
Do not use
State#_transitions
as far as possibleFix type declaration of lhs_contributions
Fix type declaration of lhs_contributions
Fix comment format to correctly reflect type annotation
Fix comment format to correctly reflect type annotation
Add type declarations to States
Add type declarations to States
Force push
Add type declarations to State
Add type declarations to State
Force push