help-bison
[Top][All Lists]
Advanced

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

Re: can't to remove shift/reduce


From: Evan Lavelle
Subject: Re: can't to remove shift/reduce
Date: Fri, 23 Nov 2007 09:43:49 +0000
User-agent: Thunderbird 2.0.0.9 (Windows/20071031)

If you want help with a grammar, you need to do one of two things:

- post a grammar that fails. Put '%%' around it, make sure that there are no undefined rules, cut out all actions, and run Bison on it. Don't post everything: if 'expr' isn't relevant, add "expr : 'A' ;", for example, or

- Show some rules, and give some input that fails those rules.

You haven't done either of these.

Pavel Stehule wrote:
Hello

I have gram file that works.

I'd be surprised if it works. Have you tried column_method_name both with and without brackets? The default is to ignore the brackets - what happens then? How are the brackets interpreted?

You need to post everything that can come after 'column_method'. Is it ever possible to have a '(' character after a column_method, apart from the 2 ways you have shown?

Evan




reply via email to

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