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 * Review comments * Disallow hashless raw identifiers in interpolations * Run clang-format
3 lines
39 B
Plaintext
3 lines
39 B
Plaintext
all args: a,#b,c,1,#2,3
|
|
bad args: >, >
|