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

Definition of alias(x = y) #13

Open
aigarashi opened this issue Sep 18, 2021 · 0 comments
Open

Definition of alias(x = y) #13

aigarashi opened this issue Sep 18, 2021 · 0 comments
Labels
question Further information is requested

Comments

@aigarashi
Copy link
Contributor

The current implementation does not restrict types of arguments in alias statements.
If both sides are references, it assumes that their contents are equal. (which is reasonable)
If both sides are integers (int types), it assumes they are equal. (which needs to be discussed, it depends on how we define alias)

@aigarashi aigarashi added the question Further information is requested label Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant