Skip to content

Implement visit_ListComp() #203

Open
@Smit-create

Description

@Smit-create

Python code:

def f(x: list[i32]):
    y: list[i32]
    k: i32
    y = [2*x[k] for k in range(len(x))]

ASR:

LFortranException: visit_ListComp() not implemented

Metadata

Metadata

Assignees

No one assigned

    Labels

    asrASR related changesllvmLLVM related changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions