Skip to content

Add a directive for "inline blocks" #48

@s-ol

Description

@s-ol

A directive that makes labels inside it relative to the start of itself:

label: dat label     ; 0
label2: dat label2 ; 1
.block {
     label3: dat label3 ; 0
     label: dat label ; 1, no conflict b/c new scope 
 }
 dat label3 ; either 2 or no reference. 2 would be more useful, no ref more consistent

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions