Skip to content

Nested local labels #244

@fmafma

Description

@fmafma

How hard would it be to implement nested local labels?

The idea is to be able to write:

label1

.local1  ; label1.local1

..next  ; label1.local1.next

...loop1  ; label1.local1.next.loop1

...loop2  ; label1.local1.next.loop2

.local2  ; label1.local2

..next  ; label1.local2.next

...loop1  ; label1.local2.next.loop1

Each additional dot refers to the previous local label containing 1 dot less...

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    RFCRequest For Comments (opinions)enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions