[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: %union errors that shouldn't be there
From: |
Laurence Finston |
Subject: |
Re: %union errors that shouldn't be there |
Date: |
Tue, 22 Mar 2005 17:20:26 +0100 (MET) |
On Tue, 22 Mar 2005, Laurence Finston wrote:
> @=%type <pointer_value> path_primary@>@/
> [...] in the rule
> `path_primary: SUBPATH numeric_list OF path_primary',
> `$4' can only be a `Path*', cast to `void*'.
This isn't true. The semantic value of a symbol of type
`pointer_value' can be 0, which I've found to be very useful.
Laurence
- Re: %union errors that shouldn't be there, (continued)
- Re: %union errors that shouldn't be there, Hans Aberg, 2005/03/22
- Re: %union errors that shouldn't be there, Laurence Finston, 2005/03/23
- Re: %union errors that shouldn't be there, Hans Aberg, 2005/03/23
- Re: %union errors that shouldn't be there, Laurence Finston, 2005/03/23
- Re: %union errors that shouldn't be there, Hans Aberg, 2005/03/23
- Re: %union errors that shouldn't be there, Laurence Finston, 2005/03/24
- Re: %union errors that shouldn't be there, Hans Aberg, 2005/03/24
- Re: %union errors that shouldn't be there, Hans Aberg, 2005/03/24
Re: %union errors that shouldn't be there, Hans Aberg, 2005/03/21
Re: %union errors that shouldn't be there, Laurence Finston, 2005/03/22
- Re: %union errors that shouldn't be there,
Laurence Finston <=
RE: %union errors that shouldn't be there, Hans Aberg, 2005/03/21
Re: %union errors that shouldn't be there, Laurence Finston, 2005/03/25
Re: %union errors that shouldn't be there, Hans Aberg, 2005/03/26