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

Name collision checks for XSTS, enum type rework #122

Closed
mondokm opened this issue Aug 1, 2021 · 0 comments · Fixed by #272
Closed

Name collision checks for XSTS, enum type rework #122

mondokm opened this issue Aug 1, 2021 · 0 comments · Fixed by #272

Comments

@mondokm
Copy link
Contributor

mondokm commented Aug 1, 2021

More checks could be introduced to ensure that variable names, custom enum type names, and enum literals are unique. Also introducing a type for enums should be considered (instead of converting them to ints), which would only support a limited set of expressions (for example the > operator makes no sense for enums).

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

Successfully merging a pull request may close this issue.

2 participants