On Tue, 7 Jun 2005, hz kto wrote:
>
>
> If I have a list like this wouldn't I run into the problem when,
> a parent node deletes some child nodes, then when I come across
> this child in the list, I will crash since it has been deleted already?
That was the point of the following remark:
> > Dep
On Wed, 8 Jun 2005, Laurence Finston wrote:
> If you only ever delete objects by means of their corresponding
> 'Object_Type::object' pointers, than it would be safe to use simple
> pointers to 'Foo*'.
Sorry, I meant "simple pointers to 'Foo'".
Laurence
I do not know myself, but I have cc'ed the Bug-Bison list, to so it
might get the developers attention. The thing is that GNU project are
primarily for POSIX, or UNIX like, systems, and all else is extra.
But if somebody willing to help making the effort to make such a
Windows compile, it will
There is a program, Cedric Lemaire, distributed under LGPL, specially
designed for generating output from parser actions:
http://www.codeworker.org
(From the newsgroup comp.compilers, "Re: simple code translator -
suggestions?")
It might be fit into the context of generating skeleton files,