Skip to content

Commit d756b3f

Browse files
committed
fix pod-parsing, jnthn++
1 parent 57ede8d commit d756b3f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/HLL/CommandLine.nqp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ Return an array of arguments.
8686

8787
=end
8888

89-
=cut
90-
91-
9289
class HLL::CommandLine::Result {
9390
has @!arguments;
9491
has %!options;

src/NQP/Grammar.nqp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ grammar NQP::Grammar is HLL::Grammar {
8787
|| .*? \n \h* '=' 'end' » \N*
8888
|| <.panic: '=begin without matching =end'>
8989
]
90-
| <identifier>
90+
| <identifier> {}
9191
.*? ^^ <?before \h* [
9292
'='
9393
[ 'cut' »

0 commit comments

Comments
 (0)