Help with 154 shift/reduce conflicts in flex/bison ObjC parser
Help with 154 shift/reduce conflicts in flex/bison ObjC parser
- Subject: Help with 154 shift/reduce conflicts in flex/bison ObjC parser
- From: "Erik M. Buck" <email@hidden>
- Date: Tue, 7 Aug 2001 22:29:53 -0500
If I provide a working flex/bison Objective-C scanner and parser for the
Apple/GNU variant of Objective-C, is there anyone willing to help be resolve
the 154 shift/reduce conflicts reported by bison ? I need %right and %left
and %noassoc directives, but I am not sure which where.
The parser works correctly on all code I have tried. It works on #import
<AppKit/AppKit.h> and on about 40,000 lines of code that I have here and on
Draw and TextEdit.