mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 05:22:07 +00:00
Parser refers to "symbol"s, "label"s, and "local label"s, not "identifier"s (#1652)
This better matches how the lexed tokens are discussed in rgbasm(5)
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
error: label-macro-arg.asm(38) -> label-macro-arg.asm::test_char(25):
|
||||
syntax error, unexpected local identifier, expecting identifier
|
||||
syntax error, unexpected local label, expecting symbol
|
||||
while expanding symbol "VAR_DEF"
|
||||
error: label-macro-arg.asm(38) -> label-macro-arg.asm::test_char(26):
|
||||
syntax error, unexpected local identifier, expecting identifier
|
||||
syntax error, unexpected local label, expecting symbol
|
||||
error: label-macro-arg.asm(38) -> label-macro-arg.asm::test_char(29):
|
||||
Interpolated symbol "sizeof_.something" does not exist
|
||||
error: label-macro-arg.asm(39) -> label-macro-arg.asm::test_char(25):
|
||||
syntax error, unexpected label, expecting identifier
|
||||
syntax error, unexpected label, expecting symbol
|
||||
while expanding symbol "VAR_DEF"
|
||||
error: label-macro-arg.asm(39) -> label-macro-arg.asm::test_char(26):
|
||||
syntax error, unexpected label, expecting identifier
|
||||
syntax error, unexpected label, expecting symbol
|
||||
error: label-macro-arg.asm(39) -> label-macro-arg.asm::test_char(29):
|
||||
Invalid format spec 'sizeof_'
|
||||
error: label-macro-arg.asm(39) -> label-macro-arg.asm::test_char(29):
|
||||
|
||||
Reference in New Issue
Block a user