mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 22:37:50 +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:
5
test/asm/empty-raw-identifier.asm
Normal file
5
test/asm/empty-raw-identifier.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
MACRO #macro
|
||||
println "all args: \#"
|
||||
println "bad args: \<?>, \<#>"
|
||||
ENDM
|
||||
#macro a, #b, c, 1, #2, 3
|
||||
Reference in New Issue
Block a user