Adam Kennedy (programmer): Difference between revisions

Content deleted Content added
FaleBot (talk | contribs)
m robot Removing: pl:Adam Kennedy
mNo edit summary
Line 8:
==PPI==
 
The Perl PPI Parser has provided an essential building block for Perl 5 code analysis, documentation, and refactoring tools. Perl::Critic<ref>http://search.cpan.org/dist/Perl-Critic/</ref> uses PPI to critique Perl source code against the criteria in [[Perl Best Practices]]; the Padre IDE uses PPI for code analysis and refactoring. The PPI documentation makes reference to the truism that "Only perl (the intepreterinterpreter) can parse Perl (source code)" because it is a [[dynamic language]]; a post on PerlMonks posits a formal proof <ref>http://www.perlmonks.org/?node_id=663393</ref>.
 
==Strawberry Perl==