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

Code generator can't handle nested dot accessors #14

Open
alinalihassan opened this issue Sep 3, 2022 · 0 comments
Open

Code generator can't handle nested dot accessors #14

alinalihassan opened this issue Sep 3, 2022 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed LLVM-specific Issues that are related to LLVM or the Code Generation step

Comments

@alinalihassan
Copy link
Owner

Currently we are losing type information in the code generator and can't handle nested dot accessors, since after the first operation we would be left with just the LLVM-given information if it evaluates to a Value. Because of this we have issues with importing classes and nested objects in general.

@alinalihassan alinalihassan added the bug Something isn't working label Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed LLVM-specific Issues that are related to LLVM or the Code Generation step
Projects
Status: To do
Development

No branches or pull requests

1 participant