def_scope.ebnf (150B)
1 // %def set-names are scoped to their %machine: `s` is private to machine `a`. 2 %machine a { 3 %def s = [ X Y ] ; 4 r = s ; 5 } 6 %machine b { 7 q = s ; 8 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |