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
When using RT_USE_LOOKUP_TABLE, variables of the form __c2i_{char}={character code} are created for all alphanumerical characters. This is redundant since pnut already creates variables for character literals. When using RT_USE_LOOKUP_TABLE, all character alphanumerical literals should get variables and these variables should be used instead of having these separate __c2i_{char} variables.
The text was updated successfully, but these errors were encountered:
Context
When using
RT_USE_LOOKUP_TABLE
, variables of the form__c2i_{char}={character code}
are created for all alphanumerical characters. This is redundant since pnut already creates variables for character literals. When usingRT_USE_LOOKUP_TABLE
, all character alphanumerical literals should get variables and these variables should be used instead of having these separate__c2i_{char}
variables.The text was updated successfully, but these errors were encountered: