Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix pod-parsing, jnthn++
  • Loading branch information
FROGGS committed Oct 3, 2013
1 parent 57ede8d commit d756b3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/HLL/CommandLine.nqp
Expand Up @@ -86,9 +86,6 @@ Return an array of arguments.

=end

=cut


class HLL::CommandLine::Result {
has @!arguments;
has %!options;
Expand Down
2 changes: 1 addition & 1 deletion src/NQP/Grammar.nqp
Expand Up @@ -87,7 +87,7 @@ grammar NQP::Grammar is HLL::Grammar {
|| .*? \n \h* '=' 'end' » \N*
|| <.panic: '=begin without matching =end'>
]
| <identifier>
| <identifier> {}
.*? ^^ <?before \h* [
'='
[ 'cut' »
Expand Down

0 comments on commit d756b3f

Please sign in to comment.