Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal dfilter-grammar.y

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Tue, 12 Oct 1999 00:21:22 -0500 (CDT)
gram        1999/10/12 00:21:16 CDT

  Modified files:
    .                    dfilter-grammar.y 
  Log:
  The 4 shift/reduce conflicts have to do with the associativity of the
  logical operators, e.g.:
  	NOT expression AND expression
  	expression AND expression AND expression
  
  etc. The shift/reduce conflicts _are_resolved (according to the output
  from bison -v), so the conflicts seem to be benign.
  
  Right now I marked the 4 shift/reduce conflicts as expected, but perhaps
  someone more knowledgable about yacc grammars could take a look at it?
  
  Revision  Changes    Path
  1.28      +3 -4      ethereal/dfilter-grammar.y