in reply to Re: On Parsing Perl (Once upon a time)
in thread On Parsing Perl
Basically changes at compile time ( see BEGIN blocks ) can change the parser.
Dynamic parsing is possible though, if you inspect the op-tree after compilation, that's the basic idea of some newer tools, like the perlnavigator.
See also perl -c in perlrun or B::Xref
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: On Parsing Perl (Once upon a time)
by haukex (Archbishop) on Jul 11, 2022 at 14:06 UTC | |
by LanX (Saint) on Jul 11, 2022 at 15:05 UTC |