You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is that GOTO[state] is only used when state has a reduce action.
If we re-order the states so that states with reduce actions come first we can generate smaller GOTO tables by just omitting states with no reduce actions.
The text was updated successfully, but these errors were encountered:
See lalrpop/lalrpop@688b919
The idea is that
GOTO[state]
is only used whenstate
has a reduce action.If we re-order the states so that states with reduce actions come first we can generate smaller GOTO tables by just omitting states with no reduce actions.
The text was updated successfully, but these errors were encountered: