in reply to Re^3: Parse::RecDescent: problem with grammar and error reporting
in thread Parse::RecDescent: problem with grammar and error reporting

Nice.

Only problem with it is that it matches the empty line, which it shouldn't do. This way every line ends up on one unterminated slide, so the parsing fails at the end.

  • Comment on Re^4: Parse::RecDescent: problem with grammar and error reporting

Replies are listed 'Best First'.
Re^5: Parse::RecDescent: problem with grammar and error reporting
by JavaFan (Canon) on Jan 20, 2012 at 13:18 UTC
    I'm sure you can fix that yourself, don't you think?
      Ahem... yes, thanks.