Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duduplicate character literal variables and RT_USE_LOOKUP_TABLE lookup table #86

Open
laurenthuberdeau opened this issue Sep 15, 2024 · 0 comments

Comments

@laurenthuberdeau
Copy link
Collaborator

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant