hlorenzi / customasm

💻 An assembler for custom, user-defined instruction sets! https://hlorenzi.github.io/customasm/web/
Apache License 2.0
715 stars 56 forks source link

ruledef does not match when last character of nested ruledef follows it on 0.13.5 #203

Closed PerkyElixir22 closed 5 months ago

PerkyElixir22 commented 5 months ago
#subruledef Foo {
    add => 0`1
    sub => 1`1
}

#ruledef Bar {
    {f:Foo}d => f`1
}

    subd
    addd

matches subd, but not addd on 0.13.5, but does seem to work on 0.13.4

hlorenzi commented 5 months ago

This should now be fixed in v0.13.6!