R
romerun
Hi All,
I have been wondering for a long time if there exists any abstract
syntax tree parser for Perl5 or any attempt to create it. In the CPAN
there are some B:: modules that can give some kinds of Perl5 OP tree,
which loses some important information to do some static checking such
as type checking via type annotation, reference leaking, unreachable
code, etc. Any suggest on where should I look ?
-thanks
kem
I have been wondering for a long time if there exists any abstract
syntax tree parser for Perl5 or any attempt to create it. In the CPAN
there are some B:: modules that can give some kinds of Perl5 OP tree,
which loses some important information to do some static checking such
as type checking via type annotation, reference leaking, unreachable
code, etc. Any suggest on where should I look ?
-thanks
kem