没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
oss.trustie.net/open_source_projects | 主页 > 开源项目社区 > PPI.pm |
PPI.pm
|
29 | 0 | 877 |
贡献者 | 讨论 | 代码提交 |
概述
Parse, Analyze and Manipulate Perl (without perl)
The ability to read, and manipulate Perl (the language) programmatically other than with perl (the application) was one that caused difficulty for a long time.
The cause of this problem was Perl's complex and dynamic grammar. Although there is typically not a huge diversity in the grammar of most Perl code, certain issues cause large problems when it comes to parsing.
Indeed, quite early in Perl's history Tom Christenson introduced the Perl community to the quote "Nothing but perl can parse Perl", or as it is more often stated now as a truism:
"Only perl can parse Perl"
PPI tries to solve this problem.
创建时间:2014-05-06 16:00