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
Introduce "token_name()" whose only job is to map the kind of a
token (say YYSYMBOL_T_IS_SMALLER_OR_EQUAL) to its name
"T_IS_SMALLER_OR_EQUAL".
In the future, rather than having to cram the token name in its string
alias (%token T_IS_SMALLER_OR_EQUAL "<= (T_IS_SMALLER_OR_EQUAL)"), we
should use clean aliases (%token T_IS_SMALLER_OR_EQUAL "<=") and
generate the mapping for "token_name()" elsewhere.
0 commit comments