We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ede8d commit d756b3fCopy full SHA for d756b3f
src/HLL/CommandLine.nqp
@@ -86,9 +86,6 @@ Return an array of arguments.
86
87
=end
88
89
-=cut
90
-
91
92
class HLL::CommandLine::Result {
93
has @!arguments;
94
has %!options;
src/NQP/Grammar.nqp
@@ -87,7 +87,7 @@ grammar NQP::Grammar is HLL::Grammar {
|| .*? \n \h* '=' 'end' » \N*
|| <.panic: '=begin without matching =end'>
]
- | <identifier>
+ | <identifier> {}
.*? ^^ <?before \h* [
'='
[ 'cut' »
0 commit comments