Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
LTM-terminate error catching case for POD.
The existing grammar here relied on the incorrect semantics of LTM
and sequential alternations, which is about to be fixed.
  • Loading branch information
jnthn committed Jul 15, 2015
1 parent 35f6d68 commit 1dd3a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NQP/Grammar.nqp
Expand Up @@ -93,7 +93,7 @@ grammar NQP::Grammar is HLL::Grammar {
[ 'cut' »
<.panic: 'Obsolete pod format, please use =begin/=end instead'> ]?
| \n ]>
|
| {}
[ \s || <.panic: 'Illegal pod directive'> ]
\N*
]
Expand Down

0 comments on commit 1dd3a77

Please sign in to comment.