Lesma icon indicating copy to clipboard operation
Lesma copied to clipboard

Code generator can't handle nested dot accessors

Open alinalihassan opened this issue 2 years ago • 0 comments

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 avatar Sep 03 '22 07:09 alinalihassan