Lesma
Lesma copied to clipboard
Code generator can't handle nested dot accessors
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.