Home | History | Annotate | Download | only in ply

Lines Matching refs:conflicts

1964         self.conflicts     = []        # List of conflicts
3225 # Report shift/reduce and reduce/reduce conflicts
3229 errorlog.warning("%d shift/reduce conflicts", num_sr)
3235 errorlog.warning("%d reduce/reduce conflicts", num_rr)
3237 # Write out conflicts to the output file
3240 debuglog.warning("Conflicts:")