Fix "while expanding symbol" error message

Fixes #1771
This commit is contained in:
Rangi42
2025-08-01 16:25:44 -04:00
parent ee1aed51d8
commit b51056f743
8 changed files with 157 additions and 161 deletions

View File

@@ -1,8 +1,7 @@
error: interpolation-after-string.asm(5):
syntax error, unexpected symbol
while expanding symbol "hello"
error: interpolation-after-string.asm(8):
Interpolated symbol "goodbye" does not exist
while expanding symbol "greeting"
error: interpolation-after-string.asm(8):
syntax error, unexpected string
Assembly aborted with 3 errors!
while expanding symbol "string"
Assembly aborted with 2 errors!