File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ class NQP::Actions is HLL::Actions {
571
571
else {
572
572
my $ name := ~ @ name . pop ;
573
573
my int $ is_lex := 0 ;
574
- if $ * IN_DECL eq ' variable' || $ name eq ' $_' || $ name eq ' $/'
574
+ if $ * IN_DECL eq ' variable' || $ name eq ' $_' || $ name eq ' $/' || $ name eq ' $¢ '
575
575
|| $ name eq ' $!' || $ < twigil > eq ' ?' || ($ is_lex := $ * W . is_lexical($ name )) {
576
576
$ ast := QAST ::Var. new ( : name($ name ),
577
577
: scope($ name eq ' $?CLASS' ?? ' typevar' !! ' lexical' ) );
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ grammar NQP::Grammar is HLL::Grammar {
338
338
| <sigil > <twigil >? <desigilname = .name >
339
339
| <sigil > <?[ < ] > <postcircumfix >
340
340
| <sigil > '(' ~ ')' <semilist >
341
- | $ < sigil > =['$' ] $ < desigilname > =[<[ /_! ] >]
341
+ | $ < sigil > =['$' ] $ < desigilname > =[<[ /_!¢ ] >]
342
342
}
343
343
344
344
token sigil { <[ $@%& ] > }
You can’t perform that action at this time.
0 commit comments