mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12: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:
@@ -3,3 +3,4 @@ undef
|
||||
label
|
||||
label $7E
|
||||
foo
|
||||
xor
|
||||
|
||||
Reference in New Issue
Block a user