Re: PIR version of Data::Dumper

2004-02-06 Thread Leopold Toetsch
Tim Bunce <[EMAIL PROTECTED]> wrote: > On Thu, Feb 05, 2004 at 02:35:38PM +0100, Leopold Toetsch wrote: >> Just the opposite, its guaranteed to be not the same even on one >> platform, albeit a srand() like call is still missing to get really >> random key order. > So it would be really nice to h

Re: PIR version of Data::Dumper

2004-02-05 Thread Tim Bunce
On Thu, Feb 05, 2004 at 02:35:38PM +0100, Leopold Toetsch wrote: > Jens Rieks <[EMAIL PROTECTED]> wrote: > > > Here is a first version of a "Data::Dumper" i've written to be able to dump > > the AST of my C parser. > > Wow, fine. > > > A dumpertest.imc is included, which shows the dumper in acti

Re: PIR version of Data::Dumper

2004-02-05 Thread Jens Rieks
Am Donnerstag, 5. Februar 2004 16:25 schrieb Jens Rieks: > Am Donnerstag, 5. Februar 2004 14:35 schrieb Leopold Toetsch: > > Jens Rieks <[EMAIL PROTECTED]> wrote: > > > Here is a first version of a "Data::Dumper" i've written to be able to > > > dump the AST of my C parser. > > > > Wow, fine. > > >

Re: PIR version of Data::Dumper

2004-02-05 Thread Jens Rieks
Am Donnerstag, 5. Februar 2004 14:35 schrieb Leopold Toetsch: > Jens Rieks <[EMAIL PROTECTED]> wrote: > > Here is a first version of a "Data::Dumper" i've written to be able to > > dump the AST of my C parser. > > Wow, fine. > > > A dumpertest.imc is included, which shows the dumper in action. > >

Re: PIR version of Data::Dumper

2004-02-05 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > Here is a first version of a "Data::Dumper" i've written to be able to dump > the AST of my C parser. Wow, fine. > A dumpertest.imc is included, which shows the dumper in action. s/included/missing/ :) > I'am sorry, but I have no idea how to convert th