help-bison
[Top][All Lists]
Advanced

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

Help with shift/reduce conflict


From: Soumitra Kumar
Subject: Help with shift/reduce conflict
Date: Sun, 27 Mar 2005 11:37:51 -0800 (PST)

%token YYID
%%
expression : hier_id
        | method_call
          /* unary and secondary expression follows.
*/
        ;
method_call : expression '.' YYID '(' expression ')'
        ;
hier_id : YYID
        | hier_id '.' YYID
        ;

How to resolve the shift/reduce conflict? Please help.

-Soumitra.


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 




reply via email to

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