help-bison
[Top][All Lists]
Advanced

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

Re: Newbie: how to get rid of this r/r conflict


From: Evan Lavelle
Subject: Re: Newbie: how to get rid of this r/r conflict
Date: Fri, 19 Jun 2009 12:17:26 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

You haven't given enough information; it looks like there's an embedded action you've left out. Construct a simple test case and post it.

Alternatively, just start with the production as shown in SV3.1a:

timeunits_declaration
 : timeunit      time_literal ';'
 | timeprecision time_literal ';'
 | timeunit      time_literal ';'
   timeprecision time_literal ';'
 | timeprecision time_literal ';'
   timeunit      time_literal ';'
 ;

there are no conflicts in this.

-Evan




reply via email to

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