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
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
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.
> >
>
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.
>
>
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