cvs commit: fptools/happy/src Grammar.lhs fptools/happy/tests bug002.y Makefile

Simon Marlow <[email protected]> Mon, 8 Sep 2003 04:27:52 -0700
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <[email protected]>
simonmar    2003/09/08 04:27:52 PDT

  Modified files:
    happy/src            Grammar.lhs 
    happy/tests          Makefile 
  Added files:
    happy/tests          bug002.y 
  Log:
  Fix a bug whereby defining a non-terminal using more than one
  production would fail.  This used to work, but got broken somewhere
  along the line.
  
  Revision  Changes    Path
  1.20      +11 -7     fptools/happy/src/Grammar.lhs
  1.7       +2 -2      fptools/happy/tests/Makefile