![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re^2: Parse::RecDescent for simple syntax-directed translationby tomazos (Deacon) |
on Jun 18, 2006 at 18:17 UTC ( #556134=note: print w/replies, xml ) | Need Help?? |
Thanks for answering my question. The regex solution is cool.
I should have qualified my statement by saying that standard regular grammars cannot handle this sort of pattern, whereas Perl's regexes can do everything and anything. In fact embedded actions within a Perl regex can do anything Perl can do - Therefore Perl regex's can do anything Perl can do. :) I guess I can see from your use of Parse::RecDescent, Update: And from re-reading the very long manual last night, that the answer to my question is something like:
-Andrew.
In Section
Seekers of Perl Wisdom
|
|