mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-14 05:41:42 +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:
@@ -0,0 +1,2 @@
|
||||
all args: a,#b,c,1,#2,3
|
||||
bad args: >, >
|
||||
Reference in New Issue
Block a user