>>> "Joel" == Joel E Denny <[EMAIL PROTECTED]> writes:
> However, consider how this will impact the development of new, > experimental grammars. Every time the grammar is tweaked, the > number of conflicts may change slightly. The developer must then > run bison, observe the number of conflicts reported in the error, > update the bison spec with that number, and then try to compile > again. This could really slow down development especially when > hacking a grammar for the sake of debugging. I can imagine this > being incredibly frustrating for students (or anyone) learning > bison for the first time. Sure! But then just comment you %expects until it's stable! I'm not proposing to change the default behavior: conflicts are warnings (unless their number is spelled out).
