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
Deal with the first token being "trailing whitespace"
If the token is considered "trailing whitespace" and needs to be
deleted, it tries to remove the item from the linked list. However, that
doesn't work on the first and last entries. There already is a clause
for the last item, just not the first item.
0 commit comments