Thread: [Parseperl-discuss] PPIx::Analyze?
Brought to you by:
adamkennedy
From: Johan L. <jo...@Da...> - 2005-07-10 19:06:23
|
At http://use.perl.org/~Alias/journal/25621, an upcoming PPIx::Analyze module is mentioned. Is there anyone who knows more about what this module is about, or should I just wait until it's on CPAN? /J |
From: Adam K. <ad...@ph...> - 2005-07-11 13:47:42
|
It's dan brooks' (broquaint) thingy for indexing the packages and subs=20 and variables and so on in a Document. I'm not sure what the final form of it will be, but I saw a very early=20 experimental version and it looked good. I imagine when the time comes to add some "official" interface for doing=20 the logical structure of Perl things inside of documents, it will be=20 based on it. Adam K Johan Lindstr=F6m wrote: > At http://use.perl.org/~Alias/journal/25621, an upcoming PPIx::Analyze=20 > module is mentioned. Is there anyone who knows more about what this=20 > module is about, or should I just wait until it's on CPAN? >=20 >=20 > /J >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar=20 > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dua= l > core and dual graphics technology at this free one hour event hosted by= =20 > HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebina= r > _______________________________________________ > Parseperl-discuss mailing list > Par...@li... > https://lists.sourceforge.net/lists/listinfo/parseperl-discuss |
From: Johan L. <jo...@Da...> - 2005-07-11 14:53:48
|
At 15:45 2005-07-11, Adam Kennedy wrote: >It's dan brooks' (broquaint) thingy for indexing the packages and subs and >variables and so on in a Document. > >I'm not sure what the final form of it will be, but I saw a very early >experimental version and it looked good. Ok, I'm doing similar things here (surprise! ;), so is there a time table, or preview anywhere or something? Is Dan on the list perhaps? I guess the problem space is small enough that things will be duplicated until they are more public, so I'm looking forward to using this mailing list to air what's going on around the PPI project. I hope that's fine? What I'm doing is tings like, finding used modules, finding base modules, finding subs, finding pod, in the class or base class etc.. It's very specific to what I need to solve actual problems for navigating the source (including interpreting the source at a slightly higher level with heuristics for what source code "usually looks like"), but some of it is obviously a part of what the Analyze module probably does too. /J -------- ------ ---- --- -- -- -- - - - - - Johan Lindström Sourcerer @ Boss Casinos johanl AT DarSerMan.com Latest bookmark: "TCP Connection Passing" http://tcpcp.sourceforge.net/ dmoz: /Computers/Programming/Languages/JavaScript/ 12 |
From: Adam K. <ad...@ph...> - 2005-07-11 22:00:17
|
Don't know if he is on it. Only a new list, so not many people here yet. I'll be nudging more people on as I get to it. Adam K Johan Lindstrom wrote: > At 15:45 2005-07-11, Adam Kennedy wrote: >=20 >> It's dan brooks' (broquaint) thingy for indexing the packages and subs= =20 >> and variables and so on in a Document. >> >> I'm not sure what the final form of it will be, but I saw a very early= =20 >> experimental version and it looked good. >=20 >=20 > Ok, I'm doing similar things here (surprise! ;), so is there a time=20 > table, or preview anywhere or something? Is Dan on the list perhaps? >=20 > I guess the problem space is small enough that things will be duplicate= d=20 > until they are more public, so I'm looking forward to using this mailin= g=20 > list to air what's going on around the PPI project. I hope that's fine? >=20 > What I'm doing is tings like, finding used modules, finding base=20 > modules, finding subs, finding pod, in the class or base class etc..=20 > It's very specific to what I need to solve actual problems for=20 > navigating the source (including interpreting the source at a slightly=20 > higher level with heuristics for what source code "usually looks like")= ,=20 > but some of it is obviously a part of what the Analyze module probably=20 > does too. >=20 >=20 > /J >=20 > -------- ------ ---- --- -- -- -- - - - - - > Johan Lindstr=F6m Sourcerer @ Boss Casinos johanl AT DarSerMan.com >=20 > Latest bookmark: "TCP Connection Passing" > http://tcpcp.sourceforge.net/ > dmoz: /Computers/Programming/Languages/JavaScript/ 12 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar=20 > happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dua= l > core and dual graphics technology at this free one hour event hosted by= =20 > HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebina= r > _______________________________________________ > Parseperl-discuss mailing list > Par...@li... > https://lists.sourceforge.net/lists/listinfo/parseperl-discuss |