mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-27 21:42:06 +00:00
Implement a '#' prefix for raw identifiers that may alias keywords (#1480)
* Implement a '#' prefix for raw identifiers that may alias keywords * Review comments * Disallow hashless raw identifiers in interpolations * Run clang-format
This commit is contained in:
@@ -4,4 +4,6 @@ error: interpolation.asm(22):
|
||||
Interpolated symbol "label" does not exist
|
||||
error: interpolation.asm(29):
|
||||
Interpolated symbol "foo" is not a numeric or string symbol
|
||||
error: Assembly aborted (3 errors)!
|
||||
error: interpolation.asm(32):
|
||||
Interpolated symbol "xor" is a reserved keyword; add a '#' prefix to use it as a raw symbol
|
||||
error: Assembly aborted (4 errors)!
|
||||
|
||||
Reference in New Issue
Block a user