Path: utzoo!attcan!uunet!samsung!zaphod.mps.ohio-state.edu!unix.cis.pitt.edu!obie.cis.pitt.edu!cmf From: cmf@obie.cis.pitt.edu (Carl M. Fongheiser) Newsgroups: comp.lang.perl Subject: Re: patches 19-27 -- # shift/reduce,reduce/reduce conflicts with Bison Message-ID: <28008@unix.cis.pitt.edu> Date: 13 Aug 90 15:21:00 GMT References: <31306@rphroy.UUCP> Sender: news@unix.cis.pitt.edu Organization: University of Pittsburgh, Computing and Information Services Lines: 10 In article <31306@rphroy.UUCP> tkacik@rphroy.uucp (Tom Tkacik) writes: >Regardless of the version of yacc used, (yacc, berkley yacc, bison), the number >of shift/reduce and reduce/reduce conflicts should be the same. >Does anybody know which parser generator has the bug? Neither. Larry changed the grammar, but apparently forgot to update the messages in Makefile.SH. I used yacc and got the same numbers bison did. Carl Fongheiser cmf@unix.cis.pitt.edu