mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 08:17:47 +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
test/asm/raw-identifiers.out
Normal file
4
test/asm/raw-identifiers.out
Normal file
@@ -0,0 +1,4 @@
|
||||
second is not first
|
||||
section.romx is in section
|
||||
for == $0
|
||||
for == $1
|
||||
Reference in New Issue
Block a user