in reply to Regex critique
It's said that every programmer has to invent a template system or a vocabulary trainer.
And it seems every Perl hacker has to try to parse Perl. ;-P
... well ... how can I help you?
Do you want ...
Just a simple example
q! sub :attr() { print "bla" } !
*) like PPR,
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
FootballPerl is like chess, only without the dice
From your module
> Files are parsed using PPI, not by inspecting packages or op-trees.
I think it's clearer if you say
> Files are statically parsed using PPI, not by dynamically inspecting packages or coderefs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Regex critique
by LanX (Saint) on Sep 07, 2018 at 23:20 UTC |