internal/rosa/azalea: replace binding token

This replaces the '*' placeholder with a less confusing '#'.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-24 16:18:19 +09:00
parent 689f972976
commit a3867ad65f
94 changed files with 185 additions and 185 deletions

View File

@@ -209,7 +209,7 @@ func (p *parser) parseExpr() any {
case '=':
break
case '*':
case '#':
arg.R = true
p.scanAs('=')