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
Transitions should take a string with names of tokens separated by spaces in the order that they should be popped from the stack. Transitions should also take a function that'll create a token to be pushed to the stack we given the list of popped tokens.
There could be a provided function that'll push nothing to the stack.
The text was updated successfully, but these errors were encountered:
Transitions should take a string with names of tokens separated by spaces in the order that they should be popped from the stack. Transitions should also take a function that'll create a token to be pushed to the stack we given the list of popped tokens.
There could be a provided function that'll push nothing to the stack.
The text was updated successfully, but these errors were encountered: