cvs commit: fptools/happy/src Grammar.lhs

Simon Marlow <[email protected]> Wed, 19 Nov 2003 06:43:59 -0800
Newsgroups gmane.comp.lang.haskell.cvs.happy
Message-ID <[email protected]>
simonmar    2003/11/19 06:43:59 PST

  Modified files:
    happy/src            Grammar.lhs 
  Log:
  New feature: $> represents the value of the rightmost token; it is an
  error to use $> if there are zero tokens on the left-hand-side.
  
  Revision  Changes    Path
  1.21      +7 -1      fptools/happy/src/Grammar.lhs