mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-30 14:57:50 +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,7 +1,7 @@
|
||||
error: def-scoped.asm(10):
|
||||
syntax error, unexpected local identifier, expecting identifier
|
||||
syntax error, unexpected local label, expecting symbol
|
||||
error: def-scoped.asm(13):
|
||||
syntax error, unexpected local identifier, expecting identifier
|
||||
syntax error, unexpected local label, expecting symbol
|
||||
error: def-scoped.asm(16):
|
||||
syntax error, unexpected local identifier, expecting identifier
|
||||
syntax error, unexpected local label, expecting symbol
|
||||
error: Assembly aborted (3 errors)!
|
||||
|
||||
Reference in New Issue
Block a user