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
Symbol tokens are created form TkIDENTIFIER with ":",
but there are several other cases.
Subclasses of TkId can become symbol token with ":",
for example reserved keywords can become symbol, "{ undef: undef }".
This commit fixes it.
0 commit comments