Track local label scope, string equated as .. (#1504)

This commit is contained in:
Sylvie
2024-09-18 09:52:30 -04:00
committed by GitHub
parent 197f6cb0ba
commit 9ef2e43bf7
13 changed files with 167 additions and 67 deletions

View File

@@ -7,7 +7,11 @@ error: undefined-builtins.asm(8):
error: undefined-builtins.asm(9):
Interpolated symbol "." does not exist
error: undefined-builtins.asm(13):
_NARG has no value outside of a macro
".." has no value outside of a local label scope
error: undefined-builtins.asm(14):
Interpolated symbol ".." does not exist
error: undefined-builtins.asm(18):
_NARG has no value outside of a macro
error: undefined-builtins.asm(19):
Interpolated symbol "_NARG" does not exist
error: Assembly aborted (6 errors)!
error: Assembly aborted (8 errors)!