nurpax / c64jasm

C64 6502 assembler in TypeScript
51 stars 14 forks source link

file scope #20

Closed nurpax closed 5 years ago

nurpax commented 6 years ago

some mechanism to wrap a whole included file inside a scope. this scope should be accessible from outer scopes with

filescope.label

nurpax commented 5 years ago

!filescope foo works now