Skip to content

LR: Improve subscript to compare the expression inside the indicies instead of the source code #37

Description

@jecisc

Currently during the linking of subscripts we check the source code inside, but we could do better.

For example the current approach will consider this two different accesses while it is the same:

a[0:3]

a[:3]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions