![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Extending a Parse::RecDescent grammar for inline commentsby JavaFan (Canon) |
on Aug 20, 2010 at 09:16 UTC ( #856215=note: print w/replies, xml ) | Need Help?? |
I would use the SKIP directive - the pattern used to skip text between tokens (whitespace by default). I don't remember the syntax for setting the directive, but setting it to
should go a long way.
In Section
Seekers of Perl Wisdom
|
|