tanay-man

Results 21 comments of tanay-man

@Thirumalai-Shaktivel I have implemented the ASR level cast node for this. How to get the cast working in the llvm backend? Current op- ``` (lp) tanay@tanay-man:~/lcompilers/lpython$ lpython integration_tests/class_06.py code generation...

> @tanay-man could you please verify if this is the same as #4598 ? Yes I think it is. I am yet to add the later changes here.

I think this can be closed as @kmr-srbh has already created a PR fixing this. @kmr-srbh can you pls confirm?

Can we create a var `super` and add it to the symtab of the derived class? ``` super : Base = Base() ``` So we can search the symtab of...

Ok got it 👍🏻

Should the members and member functions of the base class be added to the derived class' symtab, or should they be added as an external symbol? @certik @Thirumalai-Shaktivel

Is this issue resolved?

> Note that `x: i32 = i64(4)` must be a compiler error, since the types do not match. That is a typo, it should be `x : i64 = i64(4)`.

> I am not sure if we need to support this use case at all, since this is a class variable. I would say in terms of priorities, this is...

@Thirumalai-Shaktivel can you close this as it is fixed?