Skip to content

Code generator can't handle nested dot accessors #14

@alinalihassan

Description

@alinalihassan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    LLVM-specificIssues that are related to LLVM or the Code Generation stepbugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions