◐ Shell
clean mode source ↗

[asr->python] add complex visitors by khushi-411 · Pull Request #2581 · lcompilers/lpython

@ubaidsk

ubaidsk

ubaidsk

ubaidsk

@khushi-411 khushi-411 changed the title [asr->python] add complex visitors [asr->python] add complex, string{item, section} visitors

Mar 7, 2024

@ubaidsk

I would suggest focusing on one particular support in this PR. For example, either complex visitors or string visitors. And then add good tests for it. We can support the other visitors (for example string visitors) in a separate PR.

@khushi-411 khushi-411 changed the title [asr->python] add complex, string{item, section} visitors [asr->python] add complex visitors

Mar 8, 2024

@ubaidsk

Good. Now we need to add tests that test each of the implemented visitor.

@Thirumalai-Shaktivel