パッケージ: libppi-perl (1.276-1)
libppi-perl に関するリンク
Debian の資源:
libppi-perl ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to parse, analyze and manipulate Perl code
PPI provides the ability to parse, analyze and manipulate Perl code without actually executing the code, by implementing a lexer similar to what perl has itself internally.
The purpose of PPI is not to parse Perl Code, but to parse Perl Documents. By making this distinction and treating the problem this way, one could analyze files containing Perl source code in isolation from any other resources and without executing it, including other libraries. A significant feature of PPI is the ability to analyze Perl source code without requiring an instance of perl to run alongside or inside the parser.
その他の libppi-perl 関連パッケージ
|
|
|
|
-
- dep: libclone-perl
- module for recursively copying Perl datatypes
-
- dep: liblist-moreutils-perl
- Perl module with additional list functions not found in List::Util
-
- dep: libparams-util-perl
- シンプルでスタンドアローンなパラメータチェック関数用 Perl 拡張
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: libtask-weaken-perl
- module for ensuring that a platform has weaken support
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- rec: libclass-xsaccessor-perl
- Perl module providing fast XS accessors