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

Object Access Bug #3

Open
nyzd opened this issue Nov 29, 2024 · 0 comments
Open

Object Access Bug #3

nyzd opened this issue Nov 29, 2024 · 0 comments
Assignees
Labels
bug Something isn't working CodeGen Issues related to the codegen section of the compiler

Comments

@nyzd
Copy link
Member

nyzd commented Nov 29, 2024

Object Access doesn't dereference by itself so obj.attr will return a pointer to the attr, This code should turn into *obj.attr

@nyzd nyzd added bug Something isn't working CodeGen Issues related to the codegen section of the compiler labels Nov 29, 2024
@nyzd nyzd self-assigned this Nov 29, 2024
@nyzd nyzd added this to Development Nov 29, 2024
@github-project-automation github-project-automation bot moved this to To triage in Development Nov 29, 2024
@nyzd nyzd moved this from To triage to Backlog in Development Nov 29, 2024
@nyzd nyzd moved this from Backlog to In progress in Development Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CodeGen Issues related to the codegen section of the compiler
Projects
Status: In progress
Development

No branches or pull requests

1 participant