mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 03:52:08 +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:
@@ -27,3 +27,6 @@ PRINTLN "label {label}"
|
||||
MACRO foo
|
||||
ENDM
|
||||
PRINTLN "foo {foo}"
|
||||
|
||||
; hashless keyword
|
||||
PRINTLN "xor {xor}"
|
||||
|
||||
Reference in New Issue
Block a user