cvs commit: hugs98/src parser.y

Sigbjorn Finne sof@glass.cse.ogi.edu
Mon, 15 Jul 2002 22:05:14 -0700


sof         2002/07/15 22:05:14 PDT

  Modified files:
    src                  parser.y 
  Log:
  Haskell98 permits empty declarations, alternatives, and statements.
  Tweaks to make the front-end accept stuff like:
  
   module A where {;;import Char;;x=;;f x = case x of {;;2->'a';;_->'b';;};;;;;}
  
  Based on a patch contributed by Ross Paterson.
  
  Revision  Changes    Path
  1.34      +21 -18    hugs98/src/parser.y