Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
only care about {YOU_ARE_HERE} in settings, fixes RT #115372
In user code it is just a symbol (potentially a sub call) in a closure.
  • Loading branch information
FROGGS committed Apr 8, 2015
1 parent 3ccf9bc commit 322d01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Perl6/Grammar.nqp
Expand Up @@ -1469,7 +1469,7 @@ grammar Perl6::Grammar is HLL::Grammar does STD {
}

token unitstart { <?> }
token you_are_here { <?> }
token you_are_here { <!!{ %*COMPILING<%?OPTIONS><setting> eq 'NULL' }> }
token newpad { <?> { $*W.push_lexpad($/) } }
token finishpad { <?> }

Expand Down

0 comments on commit 322d01b

Please sign in to comment.