help-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help me to eliminate the reduce/shift confliction


From: Tim Van Holder
Subject: Re: Help me to eliminate the reduce/shift confliction
Date: 06 Jun 2002 09:22:38 +0200

On Thu, 2002-06-06 at 08:53, Tim Van Holder wrote:

I know it's bad form to reply to yourself, but:

> element
> : '<' element-name element-attributes rest-of-element
> ;
> 
> element-data

I meant end-of-element here, of course, and not element-data.

> : '/' '>'
> | '>' element-contents end-tag
> ;
> 
> (the above is pseudo-code, obviously).





reply via email to

[Prev in Thread] Current Thread [Next in Thread]