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:
2
test/asm/empty-raw-identifier.out
Normal file
2
test/asm/empty-raw-identifier.out
Normal file
@@ -0,0 +1,2 @@
|
||||
all args: a,#b,c,1,#2,3
|
||||
bad args: >, >
|
||||
Reference in New Issue
Block a user